]> git.openstreetmap.org Git - nominatim.git/commitdiff
enable connection pools for sqlite
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 5 Dec 2023 11:22:00 +0000 (12:22 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 7 Dec 2023 08:31:00 +0000 (09:31 +0100)
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.


No differences found