mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-21 02:28:04 +00:00
update forms
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user