]> git.openstreetmap.org Git - nominatim.git/commit
only instantiate indexer once for replication
authorSarah Hoffmann <lonvia@denofr.de>
Fri, 19 Nov 2021 13:47:00 +0000 (14:47 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Fri, 19 Nov 2021 13:48:58 +0000 (14:48 +0100)
commit10e979e841a986d69229600e0388db0931181a5f
tree9c947bad6c16c873372af13c8353d55ed2c1e639
parent8dc14416358027de7033e94a86be324db1e328dd
only instantiate indexer once for replication

Also makes sure that indexer object exists everywhere were needed.

See #2518.
nominatim/clicmd/replication.py
test/python/test_cli_replication.py