mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
switch to write ahead logging
This commit is contained in:
parent
be36049527
commit
59118a2ddb
@ -63,7 +63,7 @@ namespace MediaBrowser.Server.Implementations.Sqlite
|
||||
CacheSize = 40960,
|
||||
SyncMode = SynchronizationModes.Off,
|
||||
DataSource = dbPath,
|
||||
JournalMode = SQLiteJournalModeEnum.Memory
|
||||
JournalMode = SQLiteJournalModeEnum.Wal
|
||||
};
|
||||
|
||||
Connection = new SQLiteConnection(connectionstr.ConnectionString);
|
||||
|
Loading…
x
Reference in New Issue
Block a user