mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-05 13:40:08 -05:00
Bump BusyTimeout for SQLite to 1000ms
This commit is contained in:
@@ -49,7 +49,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