diff --git a/migrations/pragmas.sql b/migrations/pragmas.sql new file mode 100644 index 0000000..17cfaf0 --- /dev/null +++ b/migrations/pragmas.sql @@ -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; diff --git a/restart.ps1 b/restart.ps1 new file mode 100644 index 0000000..a8ff7ab --- /dev/null +++ b/restart.ps1 @@ -0,0 +1 @@ +curl.exe -k http://127.0.0.1:7001/api/restart