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 8d3c89178912 Docs sync done from apache/pulsar (#b14fcb4)
8d3c89178912 is described below
commit 8d3c891789121c84ad31deb756298998d87cad9e
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`