mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 23:20:46 +00:00
updated more modules, mongojs and redis are the big ones
This commit is contained in:
parent
d41807e667
commit
6c700b1b6b
2 changed files with 6 additions and 6 deletions
|
@ -59,7 +59,7 @@ module.exports = CompileManager =
|
|||
endpointName:"auto_compile"
|
||||
timeInterval:15
|
||||
subjectName:"everyone"
|
||||
throttle: 10
|
||||
throttle: 3
|
||||
rateLimiter.addCount opts, (err, canCompile)->
|
||||
if err?
|
||||
canCompile = false
|
||||
|
|
|
@ -7,12 +7,12 @@
|
|||
"dependencies": {
|
||||
"express": "3.3.4",
|
||||
"mongoose": "3.8.8",
|
||||
"mongojs": "0.9.8",
|
||||
"mongojs": "0.10.1",
|
||||
"jade": "0.28.1",
|
||||
"underscore": "1.6.0",
|
||||
"rimraf": "2.2.6",
|
||||
"connect-redis": "1.4.5",
|
||||
"redis": "0.8.4",
|
||||
"redis": "0.10.1",
|
||||
"request": "2.34.0",
|
||||
"xml2js": "0.2.0",
|
||||
"dateformat": "1.0.4-1.2.3",
|
||||
|
@ -20,9 +20,9 @@
|
|||
"async": "0.6.2",
|
||||
"lynx": "0.1.1",
|
||||
"session.socket.io": "0.1.4",
|
||||
"socket.io": "0.9.15",
|
||||
"socket.io": "0.9.16",
|
||||
"mimelib": "0.2.14",
|
||||
"bufferedstream": "1.4.1",
|
||||
"bufferedstream": "1.6.0",
|
||||
"settings-sharelatex": "git+https://github.com/sharelatex/settings-sharelatex.git#master",
|
||||
"logger-sharelatex": "git+https://github.com/sharelatex/logger-sharelatex.git#master",
|
||||
"soa-req-id": "git+https://github.com/sharelatex/soa-req-id.git#master",
|
||||
|
@ -32,7 +32,7 @@
|
|||
"bcrypt": "0.7.5",
|
||||
"archiver": "0.5.1",
|
||||
"mocha": "1.17.1",
|
||||
"redback": "0.3.7",
|
||||
"redback": "0.4.0",
|
||||
"sanitizer": "0.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
Loading…
Add table
Reference in a new issue