Adds poolSize configuration for mapnik
This commit is contained in:
parent
18233e9ea1
commit
9496d83d1c
1
NEWS.md
1
NEWS.md
@ -5,6 +5,7 @@ Enhancements:
|
||||
- Upgrades windshaft and cartodb-redis
|
||||
- Supports `!scale_denominator!` dynamic param in SQL queries
|
||||
- Metrics revamp: removes and adds some metrics
|
||||
- Adds poolSize configuration for mapnik
|
||||
|
||||
1.16.1 -- 2014-08-19
|
||||
--------------------
|
||||
|
@ -55,6 +55,7 @@ module.exports = function(){
|
||||
gc_prob: 0.01 // @deprecated since Windshaft-1.8.0
|
||||
},
|
||||
mapnik: {
|
||||
poolSize: rendererConfig.poolSize,
|
||||
metatile: rendererConfig.metatile,
|
||||
bufferSize: rendererConfig.bufferSize
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user