diff --git a/services/clsi/app/coffee/db.coffee b/services/clsi/app/coffee/db.coffee index f32cdf7aef..c21da6d5bf 100644 --- a/services/clsi/app/coffee/db.coffee +++ b/services/clsi/app/coffee/db.coffee @@ -14,6 +14,8 @@ sequelize = new Sequelize( options ) +sequelize.query("PRAGMA journal_mode=WAL;") + module.exports = UrlCache: sequelize.define("UrlCache", { url: Sequelize.STRING