]> git.openstreetmap.org Git - nominatim.git/commit
add new replication mode catch-up
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 20 Oct 2021 20:05:15 +0000 (22:05 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 20 Oct 2021 20:05:15 +0000 (22:05 +0200)
commitc1fa70639ba2f861cd6a7718e5b02f0ade763abc
treefd8e6fedb257044b9cb442f6fe8dd69f5b11da95
parent12643c5986236877c7f915f112d0ea70971aad77
add new replication mode catch-up

This mode gets updates until the server reports no new diffs
anymore.

Also adds additional indexing, when the main indexing step left
a couple of objects to process. This happens only when the
next update is expected to be more than 40min away.
nominatim/clicmd/replication.py
nominatim/indexer/indexer.py
test/python/test_cli_replication.py