From a8dbf50fbe25dd87f92c4f3b6cc6f0fdf029c87f Mon Sep 17 00:00:00 2001 From: Alvaro Vega Date: Thu, 7 Nov 2024 09:43:00 +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 d1aa85789..97211b656 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 @@ -179,7 +179,7 @@ The name mappings configuration would be: | 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. | -| batch\_batch_size | no | 1 | Number of events accumulated before persistence. | +| batch\_size | no | 1 | Number of events accumulated before persistence. | A configuration example could be: