Require windshaft 0.18.1 for improve garbage collection

This commit is contained in:
Sandro Santilli 2014-02-13 08:54:47 +01:00
parent 115b1a5267
commit a90bf2e87b
3 changed files with 10 additions and 9 deletions

View File

@ -9,6 +9,7 @@ Enhancements:
* Avoid sending multiple varnish invalidation at once (#135) * Avoid sending multiple varnish invalidation at once (#135)
* Tested with node-0.10 (#141) * Tested with node-0.10 (#141)
* Use single redis pooler for torque and grainstore * Use single redis pooler for torque and grainstore
* Reduce cost of garbage collection for localized resources
1.7.1 -- 2014-02-11 1.7.1 -- 2014-02-11
------------------- -------------------

14
npm-shrinkwrap.json generated
View File

@ -10,11 +10,11 @@
"version": "1.3.3" "version": "1.3.3"
}, },
"windshaft": { "windshaft": {
"version": "0.18.0", "version": "0.18.1",
"from": "http://github.com/CartoDB/Windshaft/tarball/0.18.0", "from": "http://github.com/CartoDB/Windshaft/tarball/0.18.1",
"dependencies": { "dependencies": {
"grainstore": { "grainstore": {
"version": "0.17.1", "version": "0.18.0",
"dependencies": { "dependencies": {
"mapnik-reference": { "mapnik-reference": {
"version": "5.0.7" "version": "5.0.7"
@ -413,14 +413,14 @@
"lzma": { "lzma": {
"version": "1.2.3" "version": "1.2.3"
}, },
"strftime": { "redis": {
"version": "0.6.2" "version": "0.8.6"
}, },
"semver": { "semver": {
"version": "1.1.4" "version": "1.1.4"
}, },
"redis": { "strftime": {
"version": "0.8.6" "version": "0.6.2"
}, },
"mocha": { "mocha": {
"version": "1.14.0", "version": "1.14.0",

View File

@ -22,9 +22,9 @@
"Sandro Santilli <strk@vizzuality.com>" "Sandro Santilli <strk@vizzuality.com>"
], ],
"dependencies": { "dependencies": {
"node-varnish": "~0.2.0", "node-varnish": "http://github.com/Vizzuality/node-varnish/tarball/v0.2.0",
"underscore" : "~1.3.3", "underscore" : "~1.3.3",
"windshaft" : "~0.18.0", "windshaft" : "http://github.com/CartoDB/Windshaft/tarball/0.18.1",
"step": "0.0.x", "step": "0.0.x",
"request": "2.9.202", "request": "2.9.202",
"cartodb-redis": "~0.3.0", "cartodb-redis": "~0.3.0",