mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 06:23:03 +03:00
update databases
This commit is contained in:
@@ -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)
|
||||
////{
|
||||
|
||||
Reference in New Issue
Block a user