]> git.openstreetmap.org Git - nominatim.git/commitdiff
api: delay setup of initial database connection
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 24 Jan 2023 09:56:22 +0000 (10:56 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 24 Jan 2023 09:56:22 +0000 (10:56 +0100)
Defer database setup until the first call to a function. Needs an
additional lock because the setup still needs to be done sequentially.


No differences found