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:
Kjell Winblad 2023-05-09 12:26:26 +02:00 committed by GitHub
commit 4d1499b747
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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