diff options
| author | 2025-10-25 20:22:10 +0700 | |
|---|---|---|
| committer | 2025-10-25 20:22:10 +0700 | |
| commit | e1dbbcf13f1a4c1f82a8f3eaeb54f67f7be2e480 (patch) | |
| tree | 87ac02571f5f138c2822f3d0a32b4e9008dd6890 /config | |
| parent | 634fa487aa91c1a12af0ddb0cb0744c27df12c04 (diff) | |
| download | web-e1dbbcf13f1a4c1f82a8f3eaeb54f67f7be2e480.tar.gz web-e1dbbcf13f1a4c1f82a8f3eaeb54f67f7be2e480.zip | |
feat: add debug info about starting/ending db transactions
Diffstat (limited to 'config')
| -rw-r--r-- | config/config.local.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.local.yaml b/config/config.local.yaml index 327bad4..e23c808 100644 --- a/config/config.local.yaml +++ b/config/config.local.yaml @@ -32,7 +32,8 @@ auth: db: type: sqlite3 config: - dsn: 'file:/tmp/auth.db?cache=shared&mode=rwc&_journal_mode=WAL' + # dsn: 'file:/tmp/auth.db?cache=shared&mode=rwc&_journal_mode=WAL' + dsn: 'file:/tmp/auth.db?cache=private&mode=rwc&_locking_mode=EXCLUSIVE&_mutex=no&_auto_vacuum=2&_journal_mode=WAL' salt: '123' mail: clientHost: '127.0.0.1:3000' |