mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Cleanup extra spaces.
This commit is contained in:
parent
7587fe56d8
commit
acf52b9b55
@ -202,7 +202,7 @@ namespace Emby.Server.Implementations.Data
|
|||||||
protected void RunDefaultInitialization(ManagedConnection db)
|
protected void RunDefaultInitialization(ManagedConnection db)
|
||||||
{
|
{
|
||||||
var queries = new List<string>
|
var queries = new List<string>
|
||||||
{
|
{
|
||||||
"PRAGMA journal_mode=WAL",
|
"PRAGMA journal_mode=WAL",
|
||||||
"PRAGMA page_size=4096",
|
"PRAGMA page_size=4096",
|
||||||
"PRAGMA synchronous=Normal"
|
"PRAGMA synchronous=Normal"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user