Skip to content

Commit ba851d3

Browse files
authored
[feat][bookkeeper] add certs refresh (#25370)
1 parent 953d092 commit ba851d3

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
#############################################################################
@@ -784,4 +787,4 @@ dbStorage_rocksDB_blockSize=65536
784787
dbStorage_rocksDB_bloomFilterBitsPerKey=10
785788
dbStorage_rocksDB_numLevels=-1
786789
dbStorage_rocksDB_numFilesInLevel0=4
787-
dbStorage_rocksDB_maxSizeInLevel1MB=256
790+
dbStorage_rocksDB_maxSizeInLevel1MB=256

0 commit comments

Comments
 (0)