mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-03-05 13:20:20 -05:00
Bump BusyTimeout for SQLite to 1000ms
This commit is contained in:
@@ -64,7 +64,7 @@ namespace NzbDrone.Core.Datastore
|
||||
JournalMode = OsInfo.IsOsx ? SQLiteJournalModeEnum.Truncate : SQLiteJournalModeEnum.Wal,
|
||||
Pooling = true,
|
||||
Version = 3,
|
||||
BusyTimeout = 100
|
||||
BusyTimeout = 1000
|
||||
};
|
||||
|
||||
if (OsInfo.IsOsx)
|
||||
|
||||
Reference in New Issue
Block a user