Skip to content

Commit

Permalink
Update ngsi_arcgis_featuretable_sink.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega authored Nov 6, 2024
1 parent 4702c17 commit d935d98
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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. |
Expand Down

0 comments on commit d935d98

Please sign in to comment.