mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
update connection pooling
This commit is contained in:
parent
96b1ddfddf
commit
da6e94396f
17 changed files with 1587 additions and 1472 deletions
|
|
@ -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"
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue