mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 14:03:03 +03:00
Vacuum databases at startup
This commit is contained in:
@@ -203,6 +203,7 @@ namespace Emby.Server.Implementations.Data
|
||||
{
|
||||
var queries = new List<string>
|
||||
{
|
||||
"VACUUM",
|
||||
"PRAGMA journal_mode=WAL",
|
||||
"PRAGMA page_size=4096",
|
||||
"PRAGMA synchronous=Normal"
|
||||
|
||||
Reference in New Issue
Block a user