|
@@ -192,7 +192,7 @@ namespace MediaBrowser.Model.Configuration
|
|
|
|
|
|
public int MigrationVersion { get; set; }
|
|
public int MigrationVersion { get; set; }
|
|
public int SchemaVersion { get; set; }
|
|
public int SchemaVersion { get; set; }
|
|
- public int SqliteCachePages { get; set; }
|
|
|
|
|
|
+ public int SqliteCacheSizeKb { get; set; }
|
|
|
|
|
|
public bool DownloadImagesInAdvance { get; set; }
|
|
public bool DownloadImagesInAdvance { get; set; }
|
|
|
|
|
|
@@ -212,7 +212,7 @@ namespace MediaBrowser.Model.Configuration
|
|
{
|
|
{
|
|
LocalNetworkAddresses = new string[] { };
|
|
LocalNetworkAddresses = new string[] { };
|
|
Migrations = new string[] { };
|
|
Migrations = new string[] { };
|
|
- SqliteCachePages = 10000;
|
|
|
|
|
|
+ SqliteCacheSizeKb = 50000;
|
|
|
|
|
|
EnableCustomPathSubFolders = true;
|
|
EnableCustomPathSubFolders = true;
|
|
EnableLocalizedGuids = true;
|
|
EnableLocalizedGuids = true;
|