Brought over most of the changes from go-web-starter-kit.
This commit is contained in:
parent
01fcb964be
commit
8d70b57299
11 changed files with 143 additions and 57 deletions
6
tools/pragmas.sql
Normal file
6
tools/pragmas.sql
Normal file
|
@ -0,0 +1,6 @@
|
|||
PRAGMA foreign_keys = ON;
|
||||
PRAGMA journal_mode = WAL;
|
||||
PRAGMA synchronous = NORMAL;
|
||||
PRAGMA mmap_size = 134217728; -- 128 megabytes
|
||||
PRAGMA journal_size_limig = 67108864; -- 64 megabytes
|
||||
PRAGMA cache_size = 2000;
|
Loading…
Add table
Add a link
Reference in a new issue