From e1dbbcf13f1a4c1f82a8f3eaeb54f67f7be2e480 Mon Sep 17 00:00:00 2001 From: SayaAndy Date: Sat, 25 Oct 2025 20:22:10 +0700 Subject: feat: add debug info about starting/ending db transactions --- config/config.local.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config') 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' -- cgit v1.3.1+13