mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update forms
This commit is contained in:
parent
41eb4a8d59
commit
5f1bf17030
@ -33,7 +33,9 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
|||||||
SyncMode = SynchronizationModes.Normal,
|
SyncMode = SynchronizationModes.Normal,
|
||||||
DataSource = dbPath,
|
DataSource = dbPath,
|
||||||
JournalMode = SQLiteJournalModeEnum.Wal,
|
JournalMode = SQLiteJournalModeEnum.Wal,
|
||||||
Pooling = enablePooling,
|
|
||||||
|
// This is causing crashing under linux
|
||||||
|
Pooling = Environment.OSVersion.Platform == PlatformID.Win32NT,
|
||||||
ReadOnly = isReadOnly
|
ReadOnly = isReadOnly
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user