diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-07-04 20:55:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-07-04 20:55:49 +0200 |
| commit | acf52b9b55ef16809b05092eda6aca2b4cafb964 (patch) | |
| tree | 5b84944ff01d41e26dbf359327092988fda16f95 /Emby.Server.Implementations | |
| parent | 7587fe56d83fd6b3031cb11a91d94b9348c08846 (diff) | |
Cleanup extra spaces.
Diffstat (limited to 'Emby.Server.Implementations')
| -rw-r--r-- | Emby.Server.Implementations/Data/BaseSqliteRepository.cs | 2 |
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" |
