Преглед на файлове

Merge pull request #10582 from kjellwinblad/kjell/fix/max_overflow_desc/EMQX-9714

docs: better max_overflow field label and description for MongoDB bridge
Kjell Winblad преди 2 години
родител
ревизия
4d1499b747
променени са 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."""