mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
update startup wizard
This commit is contained in:
@@ -127,7 +127,8 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
||||
|
||||
connection.RunQueries(new[]
|
||||
{
|
||||
"pragma temp_store = memory"
|
||||
"pragma temp_store = memory",
|
||||
"PRAGMA main.locking_mode=EXCLUSIVE"
|
||||
|
||||
}, Logger);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user