Stop sqlite from waiting 1sec to retry table locks

This commit is contained in:
Ben Gotow 2016-06-30 00:19:47 -07:00
parent b3b5a5106c
commit 5a6daf9556
2 changed files with 1 additions and 2 deletions

View file

@ -8,7 +8,7 @@
"redis": "2.x.x",
"rx": "4.x.x",
"sequelize": "3.x.x",
"sqlite3": "3.1.4",
"sqlite3": "https://github.com/bengotow/node-sqlite3/archive/bengotow/fts5.tar.gz",
"underscore": "1.x.x"
},
"devDependencies": {

View file

@ -5,7 +5,6 @@
"main": "index.js",
"dependencies": {
"imap": "0.8.x",
"sqlite3": "3.1.4",
"xoauth2": "1.x.x"
},
"author": "Nylas",