mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Vacuum databases at startup
This commit is contained in:
parent
d5fe82314e
commit
b136f14084
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue