cacheOnTimeout only for mapnik renderer
it does not make sense to have that as a general feature
This commit is contained in:
parent
775b2b75a6
commit
2ea880ce2c
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user