mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
[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:
parent
6284905714
commit
6f54d9fa6a
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
"mimelib": "0.2.19",
|
"mimelib": "0.2.19",
|
||||||
"request": "2.79.0",
|
"request": "2.79.0",
|
||||||
"rx": "4.1.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",
|
"sqlite3": "https://github.com/bengotow/node-sqlite3/archive/bengotow/usleep-v3.1.4.tar.gz",
|
||||||
"striptags": "2.1.1",
|
"striptags": "2.1.1",
|
||||||
"underscore": "1.8.3",
|
"underscore": "1.8.3",
|
||||||
|
|
Loading…
Reference in a new issue