mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
Update sqlx to enable statement cache
This commit is contained in:
@@ -85,7 +85,6 @@ impl Sql {
|
||||
.read_only(false)
|
||||
.busy_timeout(Duration::from_secs(100))
|
||||
.create_if_missing(true)
|
||||
.statement_cache_capacity(0) // XXX workaround for https://github.com/launchbadge/sqlx/issues/1147
|
||||
.synchronous(SqliteSynchronous::Normal);
|
||||
|
||||
PoolOptions::<Sqlite>::new()
|
||||
|
||||
Reference in New Issue
Block a user