cacheOnTimeout only for mapnik renderer

it does not make sense to have that as a general feature
This commit is contained in:
Raul Ochoa 2015-04-07 11:09:35 +02:00
parent 775b2b75a6
commit 2ea880ce2c
4 changed files with 0 additions and 12 deletions

View File

@ -196,9 +196,6 @@ var config = {
// Use this as a feature flags enabling/disabling mechanism
,enabledFeatures: {
// whether a timed out render request should be cached in memory after is computed or not
// beware keeping it will grow up the memory usage
cacheOnTimeout: false,
// whether it should intercept tile render errors an act based on them, enabled by default.
onTileErrorStrategy: true,
// whether the affected tables for a given SQL must query directly postgresql or use the SQL API

View File

@ -196,9 +196,6 @@ var config = {
// Use this as a feature flags enabling/disabling mechanism
,enabledFeatures: {
// whether a timed out render request should be cached in memory after is computed or not
// beware keeping it will grow up the memory usage
cacheOnTimeout: false,
// whether it should intercept tile render errors an act based on them, enabled by default.
onTileErrorStrategy: true,
// whether the affected tables for a given SQL must query directly postgresql or use the SQL API

View File

@ -196,9 +196,6 @@ var config = {
// Use this as a feature flags enabling/disabling mechanism
,enabledFeatures: {
// whether a timed out render request should be cached in memory after is computed or not
// beware keeping it will grow up the memory usage
cacheOnTimeout: false,
// whether it should intercept tile render errors an act based on them, enabled by default.
onTileErrorStrategy: true,
// whether the affected tables for a given SQL must query directly postgresql or use the SQL API

View File

@ -192,9 +192,6 @@ var config = {
// Use this as a feature flags enabling/disabling mechanism
,enabledFeatures: {
// whether a timed out render request should be cached in memory after is computed or not
// beware keeping it will grow up the memory usage
cacheOnTimeout: false,
// whether it should intercept tile render errors an act based on them, enabled by default.
onTileErrorStrategy: true,
// whether the affected tables for a given SQL must query directly postgresql or use the SQL API