mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
add PRAGMA journal_mode=WAL;
This commit is contained in:
parent
e46b6563c0
commit
d840246d29
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@ sequelize = new Sequelize(
|
|||
options
|
||||
)
|
||||
|
||||
sequelize.query("PRAGMA journal_mode=WAL;")
|
||||
|
||||
module.exports =
|
||||
UrlCache: sequelize.define("UrlCache", {
|
||||
url: Sequelize.STRING
|
||||
|
|
Loading…
Reference in a new issue