mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-04 22:47:35 +00:00
dd wal logging
This commit is contained in:
parent
e8c735e794
commit
65679af0cb
1 changed files with 1 additions and 0 deletions
|
@ -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 =
|
||||
|
|
Loading…
Reference in a new issue