Merge switching SQLite connection pool from FIFO to LIFO

This commit is contained in:
link2xt
2023-02-20 16:43:19 +00:00
4 changed files with 23 additions and 14 deletions

View File

@@ -4,6 +4,8 @@
### Changes
- use transaction in `Contact::add_or_lookup()` #4059
- Organize the connection pool as a stack rather than a queue to ensure that
connection page cache is reused more often. #4065
### Fixes
- Start SQL transactions with IMMEDIATE behaviour rather than default DEFERRED one. #4063