Nominatim/nominatim/indexer
Sarah Hoffmann a08ca5b1b5 avoid division by zero in progress meter
On Windows systems the timer may not be accurate enough to measure
the time between init() and done(). Avoid computing statistics with
a diff time of 0 in such cases.

Fixes #2230.
2021-03-21 16:47:22 +01:00
..
__init__.py indexer: move progress tracker into separate class 2020-08-03 10:32:39 +02:00
indexer.py indexer: ANALYSE must be run outside transactions 2021-03-04 11:06:33 +01:00
progress.py avoid division by zero in progress meter 2021-03-21 16:47:22 +01:00