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