mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
dd wal logging
This commit is contained in:
@@ -15,6 +15,7 @@ sequelize = new Sequelize(
|
||||
)
|
||||
|
||||
if Settings.mysql.clsi.dialect == "sqlite"
|
||||
logger.log "running PRAGMA journal_mode=WAL;"
|
||||
sequelize.query("PRAGMA journal_mode=WAL;")
|
||||
|
||||
module.exports =
|
||||
|
||||
Reference in New Issue
Block a user