mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
reduce library queries
This commit is contained in:
parent
1dc080df8b
commit
f275d7f3d2
32 changed files with 230 additions and 176 deletions
|
|
@ -33,10 +33,9 @@ namespace Emby.Server.Implementations.Data
|
|||
{
|
||||
connection.ExecuteAll(string.Join(";", new[]
|
||||
{
|
||||
"PRAGMA page_size=4096",
|
||||
"pragma default_temp_store = memory",
|
||||
"pragma default_synchronous=Normal",
|
||||
"pragma temp_store = memory",
|
||||
"pragma synchronous=Normal",
|
||||
"pragma temp_store = memory"
|
||||
}));
|
||||
|
||||
string[] queries = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue