From: Sarah Hoffmann Date: Tue, 5 Dec 2023 11:22:00 +0000 (+0100) Subject: enable connection pools for sqlite X-Git-Tag: v4.4.0~37^2~15 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/1b7c8240baeb383a2481f895fc85a74aaa16e94e?ds=sidebyside;hp=1b7c8240baeb383a2481f895fc85a74aaa16e94e enable connection pools for sqlite Connecting is reasonably expensive because the spatialite extension needs to be loaded. Disable pooling for tests because there is some memory leak when quickly opening and closing QueuePools with sqlite connections. ---