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

View File

@@ -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)