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

lushiji pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new 860d40d58c  update doc about flushInterval config (#3601)
860d40d58c is described below

commit 860d40d58ca0eea1eaca2ddb81b43cb80447ae73
Author: LinChen <[email protected]>
AuthorDate: Fri Nov 4 15:00:41 2022 +0800

     update doc about flushInterval config (#3601)
    
    * update flushInterval doc
---
 conf/bk_server.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/conf/bk_server.conf b/conf/bk_server.conf
index 6158396577..c1696ca3be 100755
--- a/conf/bk_server.conf
+++ b/conf/bk_server.conf
@@ -470,7 +470,8 @@ ledgerDirectories=/tmp/bk-data
 # on too frequent flushing. You can consider increment flush interval
 # to get better performance, but you need to pay more time on bookie
 # server restart after failure.
-# This config is used only when entryLogPerLedgerEnabled is enabled.
+# This config is used when entryLogPerLedgerEnabled=true
+# or 
ledgerStorageClass=org.apache.bookkeeper.bookie.storage.ldb.DbLedgerStorage.
 # flushInterval=10000
 
 # Allow the expansion of bookie storage capacity. Newly added ledger

Reply via email to