mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-06 13:45:48 +01:00
switch to write ahead logging
This commit is contained in:
parent
be36049527
commit
59118a2ddb
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue