1
0
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:
Bogdan
2026-01-03 17:18:29 +02:00
committed by Mark McDowall
parent 63431917fe
commit 12ed8cdc26
@@ -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)