mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-28 08:23:52 +02:00
update forms
This commit is contained in:
parent
41eb4a8d59
commit
5f1bf17030
1 changed files with 3 additions and 1 deletions
|
|
@ -33,7 +33,9 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
|||
SyncMode = SynchronizationModes.Normal,
|
||||
DataSource = dbPath,
|
||||
JournalMode = SQLiteJournalModeEnum.Wal,
|
||||
Pooling = enablePooling,
|
||||
|
||||
// This is causing crashing under linux
|
||||
Pooling = Environment.OSVersion.Platform == PlatformID.Win32NT,
|
||||
ReadOnly = isReadOnly
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue