Skip to content

Commit 1dccd92

Browse files
gulecroccoderzc
authored andcommitted
[feat][bookkeeper] add certs refresh (apache#25370)
(cherry picked from commit ba851d3)
1 parent ea68729 commit 1dccd92

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

conf/bookkeeper.conf

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ forceAllowCompaction=true
223223
# Bookie Truststore password path, if the trust store is protected by a password.
224224
# tlsTrustStorePasswordPath=null
225225

226+
# Tls cert refresh duration in seconds (0 to disable check)
227+
tlsCertFilesRefreshDurationSeconds=300
228+
226229
#############################################################################
227230
## Long poll request parameter settings
228231
#############################################################################
@@ -781,4 +784,4 @@ dbStorage_rocksDB_blockSize=65536
781784
dbStorage_rocksDB_bloomFilterBitsPerKey=10
782785
dbStorage_rocksDB_numLevels=-1
783786
dbStorage_rocksDB_numFilesInLevel0=4
784-
dbStorage_rocksDB_maxSizeInLevel1MB=256
787+
dbStorage_rocksDB_maxSizeInLevel1MB=256

0 commit comments

Comments
 (0)