[local-sync] remove verbose sequelize flag in fork for perf

https://github.com/nylas/sequelize/compare/9cdd4d6bfaa1e7d61a700a6ac3c0e64e45a61...nylas-3.30.0

We spend a HUGE amount of CPU in the sqlite3 verbose logging since we generate stack traces for each and every query we send.

This fork removes the verbose call that causes that.
This commit is contained in:
Evan Morikawa 2017-01-06 15:18:57 -08:00
parent 6284905714
commit 6f54d9fa6a

View file

@ -21,7 +21,7 @@
"mimelib": "0.2.19",
"request": "2.79.0",
"rx": "4.1.0",
"sequelize": "3.28.0",
"sequelize": "nylas/sequelize#nylas-3.30.0",
"sqlite3": "https://github.com/bengotow/node-sqlite3/archive/bengotow/usleep-v3.1.4.tar.gz",
"striptags": "2.1.1",
"underscore": "1.8.3",