increased the default sqlite cache_size to 16mb
This commit is contained in:
@@ -29,6 +29,7 @@ func init() {
|
||||
PRAGMA synchronous = NORMAL;
|
||||
PRAGMA foreign_keys = ON;
|
||||
PRAGMA temp_store = MEMORY;
|
||||
PRAGMA cache_size = -16000;
|
||||
`, nil)
|
||||
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user