From d935d98e8e5cecf649dd7d563a252cf348028d3b Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Wed, 6 Nov 2024 09:49:52 +0100 Subject: [PATCH] Update ngsi_arcgis_featuretable_sink.md --- .../flume_extensions_catalogue/ngsi_arcgis_featuretable_sink.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6171fbbc3..d1aa85789 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 @@ -175,7 +175,7 @@ The name mappings configuration would be: | arcgis\_username | yes | N/A | | | arcgis\_password | yes | N/A | | | arcgis\_gettoken\_url | yes | N/A |https://{url\_host}/sharing/generateToken| -| arcgis\_maxBatchSize | no | 10 | Number of feature updated accumulated in table before persist it. | +| arcgis\_maxBatchSize | no | 10 | Number of feature updates accumulated in feature table before persist it. | | 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. |