bump retried and package versions

This commit is contained in:
Henry Oswald
2018-07-30 11:25:28 +01:00
parent e1c23be845
commit 0eeee4284d
2 changed files with 7 additions and 2 deletions

View File

@@ -10,6 +10,11 @@ module.exports =
password: null
dialect: "sqlite"
storage: process.env["SQLITE_PATH"] or Path.resolve(__dirname + "/../db.sqlite")
pool:
max: 1
min: 0
retry:
max: 10
path:
compilesDir: Path.resolve(__dirname + "/../compiles")