update repositories

This commit is contained in:
Luke Pulverenti
2016-11-29 14:12:37 -05:00
parent 9ecfb4fd82
commit 61e195c096
11 changed files with 113 additions and 151 deletions

View File

@@ -54,12 +54,7 @@ namespace Emby.Server.Implementations.Data
{
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 = {