mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-02 16:52:04 +02:00
Increased sqlite cache size to 30mb
This commit is contained in:
@@ -20,7 +20,7 @@ namespace NzbDrone.Core.Datastore
|
||||
|
||||
public static string GetConnectionString(string path)
|
||||
{
|
||||
return String.Format("Data Source={0};Version=3;", path);
|
||||
return String.Format("Data Source={0};Version=3;Cache Size=30000;", path);
|
||||
}
|
||||
|
||||
public static String MainConnectionString
|
||||
|
Reference in New Issue
Block a user