mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
update databases
This commit is contained in:
parent
1c93fcef01
commit
9b0e289602
@ -131,6 +131,10 @@ namespace Emby.Server.Implementations.Data
|
||||
{
|
||||
queries.Add("PRAGMA temp_store = memory");
|
||||
}
|
||||
else
|
||||
{
|
||||
queries.Add("PRAGMA temp_store = file");
|
||||
}
|
||||
|
||||
////foreach (var query in queries)
|
||||
////{
|
||||
|
Loading…
x
Reference in New Issue
Block a user