mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-19 21:46:43 -04: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,
|
JournalMode = OsInfo.IsOsx ? SQLiteJournalModeEnum.Truncate : SQLiteJournalModeEnum.Wal,
|
||||||
Pooling = true,
|
Pooling = true,
|
||||||
Version = 3,
|
Version = 3,
|
||||||
BusyTimeout = 100
|
BusyTimeout = 1000
|
||||||
};
|
};
|
||||||
|
|
||||||
if (OsInfo.IsOsx)
|
if (OsInfo.IsOsx)
|
||||||
|
|||||||
Reference in New Issue
Block a user