mirror of
https://github.com/Sonarr/Sonarr
synced 2026-01-25 08:52:19 +01:00
Bump BusyTimeout for SQLite to 1000ms
This commit is contained in:
parent
e0abca8360
commit
d6ffbc2aee
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@ private static DatabaseConnectionInfo GetConnectionString(string dbPath)
|
|||
JournalMode = OsInfo.IsOsx ? SQLiteJournalModeEnum.Truncate : SQLiteJournalModeEnum.Wal,
|
||||
Pooling = true,
|
||||
Version = 3,
|
||||
BusyTimeout = 100
|
||||
BusyTimeout = 1000
|
||||
};
|
||||
|
||||
if (OsInfo.IsOsx)
|
||||
|
|
|
|||
Loading…
Reference in a new issue