diff --git a/doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_arcgis_featuretable_sink.md b/doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_arcgis_featuretable_sink.md index 4549dd1b3..42c423040 100644 --- a/doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_arcgis_featuretable_sink.md +++ b/doc/cygnus-ngsi/flume_extensions_catalogue/ngsi_arcgis_featuretable_sink.md @@ -176,6 +176,7 @@ The name mappings configuration would be: | arcgis\_password | yes | N/A | | | arcgis\_gettoken\_url | yes | N/A |https://{url\_host}/sharing/generateToken| | arcgis\_maxBatchSize | no | 10 | Number of events accumulated before persistence. | +| arcgis_timeoutSec | no | 60 | feature table timeout | | batch\_timeout | no | 30 | Number of seconds the batch will be building before it is persisted as it is. | | batch\_ttl | no | 10 | Number of retries when a batch cannot be persisted. Use `0` for no retries, `-1` for infinite retries. Please, consider an infinite TTL (even a very large one) may consume all the sink's channel capacity very quickly. |