removing raster image on timeout error
This commit is contained in:
parent
bbe8d4e820
commit
47c8e828df
@ -338,7 +338,7 @@ var config = {
|
|||||||
// Use this as a feature flags enabling/disabling mechanism
|
// Use this as a feature flags enabling/disabling mechanism
|
||||||
,enabledFeatures: {
|
,enabledFeatures: {
|
||||||
// whether it should intercept tile render errors an act based on them, enabled by default.
|
// whether it should intercept tile render errors an act based on them, enabled by default.
|
||||||
onTileErrorStrategy: true,
|
onTileErrorStrategy: false,
|
||||||
// whether the affected tables for a given SQL must query directly postgresql or use the SQL API
|
// whether the affected tables for a given SQL must query directly postgresql or use the SQL API
|
||||||
cdbQueryTablesFromPostgres: true,
|
cdbQueryTablesFromPostgres: true,
|
||||||
// whether in mapconfig is available stats & metadata for each layer
|
// whether in mapconfig is available stats & metadata for each layer
|
||||||
|
@ -338,7 +338,7 @@ var config = {
|
|||||||
// Use this as a feature flags enabling/disabling mechanism
|
// Use this as a feature flags enabling/disabling mechanism
|
||||||
,enabledFeatures: {
|
,enabledFeatures: {
|
||||||
// whether it should intercept tile render errors an act based on them, enabled by default.
|
// whether it should intercept tile render errors an act based on them, enabled by default.
|
||||||
onTileErrorStrategy: true,
|
onTileErrorStrategy: false,
|
||||||
// whether the affected tables for a given SQL must query directly postgresql or use the SQL API
|
// whether the affected tables for a given SQL must query directly postgresql or use the SQL API
|
||||||
cdbQueryTablesFromPostgres: true,
|
cdbQueryTablesFromPostgres: true,
|
||||||
// whether in mapconfig is available stats & metadata for each layer
|
// whether in mapconfig is available stats & metadata for each layer
|
||||||
|
@ -338,7 +338,7 @@ var config = {
|
|||||||
// Use this as a feature flags enabling/disabling mechanism
|
// Use this as a feature flags enabling/disabling mechanism
|
||||||
,enabledFeatures: {
|
,enabledFeatures: {
|
||||||
// whether it should intercept tile render errors an act based on them, enabled by default.
|
// whether it should intercept tile render errors an act based on them, enabled by default.
|
||||||
onTileErrorStrategy: true,
|
onTileErrorStrategy: false,
|
||||||
// whether the affected tables for a given SQL must query directly postgresql or use the SQL API
|
// whether the affected tables for a given SQL must query directly postgresql or use the SQL API
|
||||||
cdbQueryTablesFromPostgres: true,
|
cdbQueryTablesFromPostgres: true,
|
||||||
// whether in mapconfig is available stats & metadata for each layer
|
// whether in mapconfig is available stats & metadata for each layer
|
||||||
|
@ -333,7 +333,7 @@ var config = {
|
|||||||
// Use this as a feature flags enabling/disabling mechanism
|
// Use this as a feature flags enabling/disabling mechanism
|
||||||
,enabledFeatures: {
|
,enabledFeatures: {
|
||||||
// whether it should intercept tile render errors an act based on them, enabled by default.
|
// whether it should intercept tile render errors an act based on them, enabled by default.
|
||||||
onTileErrorStrategy: true,
|
onTileErrorStrategy: false,
|
||||||
// whether the affected tables for a given SQL must query directly postgresql or use the SQL API
|
// whether the affected tables for a given SQL must query directly postgresql or use the SQL API
|
||||||
cdbQueryTablesFromPostgres: true,
|
cdbQueryTablesFromPostgres: true,
|
||||||
// whether in mapconfig is available stats & metadata for each layer
|
// whether in mapconfig is available stats & metadata for each layer
|
||||||
|
Loading…
Reference in New Issue
Block a user