Merge branch 'master' into eslint

This commit is contained in:
Daniel García Aubert 2019-11-14 14:53:53 +01:00
commit 8d69af4445

View File

@ -17,7 +17,8 @@ module.exports = _.extend({}, serverOptions, {
},
cachedir: global.environment.millstone.cache_basedir,
mapnik_version: global.environment.mapnik_version || mapnik.versions.mapnik,
gc_prob: 0 // run the garbage collector at each invocation
gc_prob: 0, // run the garbage collector at each invocation
default_layergroup_ttl: global.environment.mapConfigTTL || 7200
},
renderer: {
mapnik: {