From: Sarah Hoffmann Date: Tue, 24 Jan 2023 09:56:22 +0000 (+0100) Subject: api: delay setup of initial database connection X-Git-Tag: v4.3.0~110^2~5 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/e56957f047ffacbce41eb6af914a192274996955?hp=e56957f047ffacbce41eb6af914a192274996955 api: delay setup of initial database connection Defer database setup until the first call to a function. Needs an additional lock because the setup still needs to be done sequentially. ---