docs: better descriptions and labels for configuration parameters

Thanks @zmstone for the suggestions

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
Kjell Winblad 2024-02-16 11:50:51 +01:00 committed by GitHub
parent 0bf7a121e7
commit 0cb28f5f40
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 8 deletions

View File

@ -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"""