Merge pull request #10582 from kjellwinblad/kjell/fix/max_overflow_desc/EMQX-9714
docs: better max_overflow field label and description for MongoDB bridge
This commit is contained in:
commit
4d1499b747
|
@ -49,10 +49,10 @@ local_threshold.label:
|
|||
"""Local Threshold"""
|
||||
|
||||
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"""
|
||||
"""Max Overflow Workers"""
|
||||
|
||||
min_heartbeat_period.desc:
|
||||
"""Controls the minimum amount of time to wait between heartbeats."""
|
||||
|
|
Loading…
Reference in New Issue