aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-07-04 20:55:49 +0200
committerGitHub <noreply@github.com>2019-07-04 20:55:49 +0200
commitacf52b9b55ef16809b05092eda6aca2b4cafb964 (patch)
tree5b84944ff01d41e26dbf359327092988fda16f95 /Emby.Server.Implementations
parent7587fe56d83fd6b3031cb11a91d94b9348c08846 (diff)
Cleanup extra spaces.
Diffstat (limited to 'Emby.Server.Implementations')
-rw-r--r--Emby.Server.Implementations/Data/BaseSqliteRepository.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Data/BaseSqliteRepository.cs b/Emby.Server.Implementations/Data/BaseSqliteRepository.cs
index eabe7d120..aea37ffb1 100644
--- a/Emby.Server.Implementations/Data/BaseSqliteRepository.cs
+++ b/Emby.Server.Implementations/Data/BaseSqliteRepository.cs
@@ -202,7 +202,7 @@ namespace Emby.Server.Implementations.Data
protected void RunDefaultInitialization(ManagedConnection db)
{
var queries = new List<string>
- {
+ {
"PRAGMA journal_mode=WAL",
"PRAGMA page_size=4096",
"PRAGMA synchronous=Normal"