mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Increased sqlite cache size to 30mb
This commit is contained in:
parent
120a75ed8e
commit
4812cb4611
3 changed files with 30 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue