]> git.openstreetmap.org Git - nominatim.git/commit
improve update interval computation
authorSarah Hoffmann <lonvia@denofr.de>
Sun, 11 Jun 2017 07:05:24 +0000 (09:05 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Sun, 11 Jun 2017 07:21:24 +0000 (09:21 +0200)
commit896421fe9f8dd9d49291417fe3d9389d71d967ca
treefe40f620cdbd1210f6523e8d4401993b7e92a02a
parent4e6c75040e0deaabba44e86bb87c80e176a06896
improve update interval computation

Don't do anything if a downloaded diff is empty after all
(may be happening when an empty diff was published upstream).

Correctly compute the waiting interval before checking for new
data. As the interval is now computed based on the date of the
newest object in the database, the configured intervals need
to be adjusted slightly to take into account the time it takes
for the server to publish a diff.
settings/defaults.php
utils/osm_file_date.py
utils/update.php