chore: format

This commit is contained in:
fullex 2025-11-21 16:58:04 +08:00
parent 55727e2adf
commit 24c9c157f9

View File

@ -78,9 +78,7 @@ class DbService {
}
try {
await this.db.run(
sql`PRAGMA journal_mode = WAL; PRAGMA synchronous = NORMAL; PRAGMA foreign_keys = ON`
)
await this.db.run(sql`PRAGMA journal_mode = WAL; PRAGMA synchronous = NORMAL; PRAGMA foreign_keys = ON`)
this.walConfigured = true
logger.info('WAL mode configured for database')