upgrade to mongojs 1.3.0 (use mongodb-core driver)

also add garbage collection
This commit is contained in:
Brian Gough 2015-08-18 09:55:53 +01:00
parent b32064e2d5
commit 518dc17fdc

View file

@ -14,8 +14,8 @@
"express": "^4.12.1",
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#master",
"lru-cache": "^2.5.0",
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git#v1.0.0",
"mongojs": "0.18.2",
"metrics-sharelatex": "git+https://github.com/sharelatex/metrics-sharelatex.git",
"mongojs": "1.3.0",
"node-statsd": "0.0.3",
"redis": "~0.8.4",
"request": "^2.53.0",