Upgrade windshaft to improve profiling
This commit is contained in:
parent
7cb69d1db9
commit
3819d0d47b
3
NEWS.md
3
NEWS.md
@ -2,11 +2,12 @@
|
||||
------
|
||||
* Set Last-Modified header to allow for 304 responses
|
||||
* Add profiling support (needs useProfiler in env config file)
|
||||
* Fix double-checking for layergroups with no interactivity
|
||||
|
||||
1.3.2
|
||||
------
|
||||
* Set default layergroup TTL to 2 hours
|
||||
* Server multilayer tiles and grid with persistent cache control
|
||||
* Serve multilayer tiles and grid with persistent cache control
|
||||
|
||||
1.3.1
|
||||
------
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -9,7 +9,7 @@
|
||||
"version": "1.3.3"
|
||||
},
|
||||
"windshaft": {
|
||||
"version": "0.13.0",
|
||||
"version": "0.13.1",
|
||||
"dependencies": {
|
||||
"grainstore": {
|
||||
"version": "0.13.6",
|
||||
@ -72,7 +72,7 @@
|
||||
"version": "0.3.4"
|
||||
},
|
||||
"sqlite3": {
|
||||
"version": "2.1.13"
|
||||
"version": "2.1.14"
|
||||
},
|
||||
"mime": {
|
||||
"version": "1.2.9"
|
||||
|
@ -20,7 +20,7 @@
|
||||
"dependencies": {
|
||||
"node-varnish": "0.1.1",
|
||||
"underscore" : "~1.3.3",
|
||||
"windshaft" : "~0.13.0",
|
||||
"windshaft" : "~0.13.1",
|
||||
"step": "0.0.x",
|
||||
"generic-pool": "~2.0.3",
|
||||
"redis": "~0.8.3",
|
||||
|
Loading…
Reference in New Issue
Block a user