From 0cb28f5f4019edb49f0d12fd98d7287efbe36770 Mon Sep 17 00:00:00 2001 From: Kjell Winblad Date: Fri, 16 Feb 2024 11:50:51 +0100 Subject: [PATCH] docs: better descriptions and labels for configuration parameters Thanks @zmstone for the suggestions Co-authored-by: Zaiming (Stone) Shi --- rel/i18n/emqx_bridge_hstreamdb.hocon | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/rel/i18n/emqx_bridge_hstreamdb.hocon b/rel/i18n/emqx_bridge_hstreamdb.hocon index 70375dfbf..af2768c4b 100644 --- a/rel/i18n/emqx_bridge_hstreamdb.hocon +++ b/rel/i18n/emqx_bridge_hstreamdb.hocon @@ -54,43 +54,43 @@ action_parameters.label: """Action""" grpc_flush_timeout.desc: -"""Period for flushing gRPC calls to the HStreamDB server""" +"""Time interval for flushing gRPC calls to the HStreamDB server.""" grpc_flush_timeout.label: -"""gRPC Flush Period""" +"""gRPC Flush Interval""" aggregation_pool_size.desc: -"""Size of Record Aggregation Pool""" +"""Size of record aggregation pool.""" aggregation_pool_size.label: """Aggregation Pool Size""" max_batches.desc: -"""Maximum number of unconfirmed batches in the flush queue""" +"""Maximum number of unconfirmed batches in the flush queue.""" max_batches.label: """Max Batches""" writer_pool_size.desc: -"""Writer Pool Size""" +"""The size of the writer pool.""" writer_pool_size.label: """Writer Pool Size""" batch_size.desc: -"""Maximum number of insert data clauses that can be sent in a single request""" +"""Maximum number of insert data clauses that can be sent in a single request.""" batch_size.label: """Max Batch Append Count""" batch_interval.desc: -"""Maximum interval in milliseconds that is allowed between two successive (batch) request""" +"""Maximum interval that is allowed between two successive (batch) request.""" batch_interval.label: """Max Batch Interval""" hstreamdb_action.desc: -"""Configuration for HStreamDB Action""" +"""Configuration for HStreamDB action.""" hstreamdb_action.label: """HStreamDB Action Configuration"""