We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953d092 commit ba851d3Copy full SHA for ba851d3
1 file changed
conf/bookkeeper.conf
@@ -223,6 +223,9 @@ forceAllowCompaction=true
223
# Bookie Truststore password path, if the trust store is protected by a password.
224
# tlsTrustStorePasswordPath=null
225
226
+# Tls cert refresh duration in seconds (0 to disable check)
227
+tlsCertFilesRefreshDurationSeconds=300
228
+
229
#############################################################################
230
## Long poll request parameter settings
231
@@ -784,4 +787,4 @@ dbStorage_rocksDB_blockSize=65536
784
787
dbStorage_rocksDB_bloomFilterBitsPerKey=10
785
788
dbStorage_rocksDB_numLevels=-1
786
789
dbStorage_rocksDB_numFilesInLevel0=4
-dbStorage_rocksDB_maxSizeInLevel1MB=256
790
+dbStorage_rocksDB_maxSizeInLevel1MB=256
0 commit comments