mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
update connection pooling
This commit is contained in:
@@ -43,9 +43,6 @@ namespace MediaBrowser.Server.Implementations.Sync
|
||||
"create index if not exists idx_SyncJobItems1 on SyncJobItems(Id)",
|
||||
"create index if not exists idx_SyncJobItems2 on SyncJobItems(TargetId)",
|
||||
|
||||
//pragmas
|
||||
"pragma temp_store = memory",
|
||||
|
||||
"pragma shrink_memory"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user