瀏覽代碼

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
Kjell Winblad 2 年之前
父節點
當前提交
b7c7d400e2
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      rel/i18n/emqx_connector_mongo.hocon

+ 2 - 2
rel/i18n/emqx_connector_mongo.hocon

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