mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-27 04:31:27 +08:00
chore: format
This commit is contained in:
parent
55727e2adf
commit
24c9c157f9
@ -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')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user