mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-05-08 12:43:19 +02:00
Bump BusyTimeout for SQLite to 1000ms
This commit is contained in:
parent
2ed910459f
commit
688434ced9
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,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