diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-29 14:12:37 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-29 14:12:37 -0500 |
| commit | 61e195c096dfc2c5713bbbcbc0be73ddff99cb55 (patch) | |
| tree | 5680960d1898267b29d8de42eda0e5ec9ab6e0d7 /Emby.Server.Implementations/Sync/SyncRepository.cs | |
| parent | 9ecfb4fd823be8fbca8e9bbc242fc8a025c6d3a5 (diff) | |
update repositories
Diffstat (limited to 'Emby.Server.Implementations/Sync/SyncRepository.cs')
| -rw-r--r-- | Emby.Server.Implementations/Sync/SyncRepository.cs | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Emby.Server.Implementations/Sync/SyncRepository.cs b/Emby.Server.Implementations/Sync/SyncRepository.cs index caf98e666..037507872 100644 --- a/Emby.Server.Implementations/Sync/SyncRepository.cs +++ b/Emby.Server.Implementations/Sync/SyncRepository.cs @@ -43,12 +43,7 @@ namespace Emby.Server.Implementations.Sync { using (var connection = CreateConnection()) { - connection.ExecuteAll(string.Join(";", new[] - { - "PRAGMA page_size=4096", - "pragma default_temp_store = memory", - "pragma temp_store = memory" - })); + RunDefaultInitialization(connection); string[] queries = { |
