This is an automated email from the ASF dual-hosted git repository.

urfree pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new eb70681762f5 Docs sync done from apache/pulsar (#e55de39)
eb70681762f5 is described below

commit eb70681762f56c137119b58632cc476831211dc4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 29 01:33:44 2023 +0000

    Docs sync done from apache/pulsar (#e55de39)
---
 static/reference/next/config/reference-configuration-broker.md     | 4 ++--
 static/reference/next/config/reference-configuration-standalone.md | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/static/reference/next/config/reference-configuration-broker.md 
b/static/reference/next/config/reference-configuration-broker.md
index 1eacb984ae32..c2c9b6715286 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -632,7 +632,7 @@ BandwithOut Resource Usage Weight
 **Category**: Load Balancer
 
 ### loadBalancerBrokerLoadDataTTLInSeconds
-Broker load data time to live (TTL in seconds). The logic tries to avoid 
(possibly unavailable) brokers with out-dated load data, and those brokers will 
be ignored in the load computation. When tuning this value, please consider 
loadBalancerReportUpdateMaxIntervalMinutes. The current default is 
loadBalancerReportUpdateMaxIntervalMinutes * 2. (only used in load balancer 
extension TransferSheddeer)
+Broker load data time to live (TTL in seconds). The logic tries to avoid 
(possibly unavailable) brokers with out-dated load data, and those brokers will 
be ignored in the load computation. When tuning this value, please consider 
loadBalancerReportUpdateMaxIntervalMinutes. The current default value is 
loadBalancerReportUpdateMaxIntervalMinutes * 120, reflecting twice the duration 
in seconds. (only used in load balancer extension TransferSheddeer)
 
 **Type**: `long`
 
@@ -929,7 +929,7 @@ Option to override the auto-detected network interfaces max 
speed
 **Category**: Load Balancer
 
 ### loadBalancerReportUpdateMaxIntervalMinutes
-Min delay of load report to collect, in milli-seconds
+Min delay of load report to collect, in minutes
 
 **Type**: `int`
 
diff --git a/static/reference/next/config/reference-configuration-standalone.md 
b/static/reference/next/config/reference-configuration-standalone.md
index 1eacb984ae32..c2c9b6715286 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -632,7 +632,7 @@ BandwithOut Resource Usage Weight
 **Category**: Load Balancer
 
 ### loadBalancerBrokerLoadDataTTLInSeconds
-Broker load data time to live (TTL in seconds). The logic tries to avoid 
(possibly unavailable) brokers with out-dated load data, and those brokers will 
be ignored in the load computation. When tuning this value, please consider 
loadBalancerReportUpdateMaxIntervalMinutes. The current default is 
loadBalancerReportUpdateMaxIntervalMinutes * 2. (only used in load balancer 
extension TransferSheddeer)
+Broker load data time to live (TTL in seconds). The logic tries to avoid 
(possibly unavailable) brokers with out-dated load data, and those brokers will 
be ignored in the load computation. When tuning this value, please consider 
loadBalancerReportUpdateMaxIntervalMinutes. The current default value is 
loadBalancerReportUpdateMaxIntervalMinutes * 120, reflecting twice the duration 
in seconds. (only used in load balancer extension TransferSheddeer)
 
 **Type**: `long`
 
@@ -929,7 +929,7 @@ Option to override the auto-detected network interfaces max 
speed
 **Category**: Load Balancer
 
 ### loadBalancerReportUpdateMaxIntervalMinutes
-Min delay of load report to collect, in milli-seconds
+Min delay of load report to collect, in minutes
 
 **Type**: `int`
 

Reply via email to