diff options
Diffstat (limited to 'cmd/marabot/schema.sql')
| -rw-r--r-- | cmd/marabot/schema.sql | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cmd/marabot/schema.sql b/cmd/marabot/schema.sql index f38537f..9ddc789 100644 --- a/cmd/marabot/schema.sql +++ b/cmd/marabot/schema.sql @@ -1,4 +1,7 @@ -PRAGMA journal_mode=WAL; +PRAGMA journal_mode = WAL; +PRAGMA synchronous = NORMAL; +PRAGMA wal_autocheckpoint = 0; +PRAGMA busy_timeout = 5000; CREATE TABLE IF NOT EXISTS discord_roles ( id TEXT PRIMARY KEY, |
