docs: better max_overflow field label and description for MongoDB bridge

The new label and description for the max_overflow field clarifies the
purpose of the field, which is to manage the maximum number of
additional workers created when all workers in the pool are busy,
allowing more concurrent connections to the MongoDB server during
workload spikes.

Fixes part of:
https://emqx.atlassian.net/browse/EMQX-9714
This commit is contained in:
Kjell Winblad 2023-05-03 17:45:46 +02:00
parent 2ded8e3836
commit b7c7d400e2
1 changed files with 2 additions and 2 deletions

View File

@ -49,10 +49,10 @@ local_threshold.label:
"""Local Threshold""" """Local Threshold"""
max_overflow.desc: max_overflow.desc:
"""Max Overflow.""" """The maximum number of additional workers that can be created when all workers in the pool are busy. This helps to manage temporary spikes in workload by allowing more concurrent connections to the MongoDB server."""
max_overflow.label: max_overflow.label:
"""Max Overflow""" """Max Overflow Workers"""
min_heartbeat_period.desc: min_heartbeat_period.desc:
"""Controls the minimum amount of time to wait between heartbeats.""" """Controls the minimum amount of time to wait between heartbeats."""