]> git.openstreetmap.org Git - nominatim.git/blobdiff - nominatim/indexer/progress.py
get additional addresses for rank 30 objects
[nominatim.git] / nominatim / indexer / progress.py
index 8324b6bb23ae22e3ac077bfe1dc0272b843e87c4..456d3eae08aeff9258cc4446f709241451070563 100644 (file)
@@ -21,7 +21,7 @@ class ProgressLogger(object):
         self.total_places = total
         self.done_places = 0
         self.rank_start_time = datetime.now()
         self.total_places = total
         self.done_places = 0
         self.rank_start_time = datetime.now()
-        self.next_info = 50 if log.isEnabledFor(logging.INFO) else total + 1
+        self.next_info = 100 if log.isEnabledFor(logging.INFO) else total + 1
 
     def add(self, num=1):
         """ Mark `num` places as processed. Print a log message if the
 
     def add(self, num=1):
         """ Mark `num` places as processed. Print a log message if the