Vacuum databases at startup

pull/1455/head
ferferga 6 years ago
parent d5fe82314e
commit b136f14084

@ -203,6 +203,7 @@ namespace Emby.Server.Implementations.Data
{ {
var queries = new List<string> var queries = new List<string>
{ {
"VACUUM",
"PRAGMA journal_mode=WAL", "PRAGMA journal_mode=WAL",
"PRAGMA page_size=4096", "PRAGMA page_size=4096",
"PRAGMA synchronous=Normal" "PRAGMA synchronous=Normal"

Loading…
Cancel
Save