increased the default sqlite cache_size to 16mb

This commit is contained in:
Gani Georgiev
2023-07-24 10:35:42 +03:00
parent edcb6950e5
commit cb156e1903
2 changed files with 2 additions and 1 deletions

View File

@@ -29,6 +29,7 @@ func init() {
PRAGMA synchronous = NORMAL;
PRAGMA foreign_keys = ON;
PRAGMA temp_store = MEMORY;
PRAGMA cache_size = -16000;
`, nil)
return err