This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a commit to branch release-3.2.0
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git
commit 1a47373f55fe0f43a0466d2b2ddc3c0b5d66e22f
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 23 01:33:21 2024 +0000
Docs sync done from apache/pulsar (#b14fcb4)
---
static/reference/next/config/reference-configuration-broker.md | 2 +-
static/reference/next/config/reference-configuration-standalone.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/static/reference/next/config/reference-configuration-broker.md
b/static/reference/next/config/reference-configuration-broker.md
index 42dd2ce8e2eb..261218ee3dbf 100644
--- a/static/reference/next/config/reference-configuration-broker.md
+++ b/static/reference/next/config/reference-configuration-broker.md
@@ -2569,7 +2569,7 @@ Interval between checks to see if topics with compaction
policies need to be com
**Category**: Server
### brokerServiceCompactionPhaseOneLoopTimeInSeconds
-Timeout for the compaction phase one loop, If the execution time of the
compaction phase one loop exceeds this time, the compaction will not proceed.
+Timeout for each read request in the compaction phase one loop, If the
execution time of one single message read operation exceeds this time, the
compaction will not proceed.
**Type**: `long`
diff --git a/static/reference/next/config/reference-configuration-standalone.md
b/static/reference/next/config/reference-configuration-standalone.md
index 42dd2ce8e2eb..261218ee3dbf 100644
--- a/static/reference/next/config/reference-configuration-standalone.md
+++ b/static/reference/next/config/reference-configuration-standalone.md
@@ -2569,7 +2569,7 @@ Interval between checks to see if topics with compaction
policies need to be com
**Category**: Server
### brokerServiceCompactionPhaseOneLoopTimeInSeconds
-Timeout for the compaction phase one loop, If the execution time of the
compaction phase one loop exceeds this time, the compaction will not proceed.
+Timeout for each read request in the compaction phase one loop, If the
execution time of one single message read operation exceeds this time, the
compaction will not proceed.
**Type**: `long`