Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use AsyncAdaptedQueuePool for sqlite
Due to aiosqlite's default, NullPool was used for sqlite. This is a suboptimal setting when spawning many sessions as we do. (See bluesky/tiled#663) Also increase busy_timeout to 30s. It allows getting rid of "database is locked" when stopping many runs (e.g. 20 at a time).
- Loading branch information