mapproxy / mapproxy

MapProxy is a tile cache and WMS proxy
http://mapproxy.org
Apache License 2.0
554 stars 252 forks source link

#935 GeoPackage Cache: add timeout param to SQLite connect() calls for "verify" methods #936

Closed justb4 closed 2 months ago

justb4 commented 3 months ago

Fix for issue #935: by adding a timeout parameter (provided with constructor, default 30ms) locking errors are avoided, at least brought down to a minimum. In our seeding sessions, multiple, even for HQ/Retina 512x512 tiles never observed since this fix.

justb4 commented 2 months ago

@simonseyock if you find time for review, maybe for next release? Danke!