charlesconnell commented on code in PR #6381:
URL: https://github.com/apache/hbase/pull/6381#discussion_r1894235178
##########
hbase-common/src/main/java/org/apache/hadoop/hbase/io/crypto/tls/X509Util.java:
##########
@@ -155,6 +154,8 @@ private static String[] getCBCCiphers() {
private static final String[] DEFAULT_CIPHERS_OPENSSL =
getOpenSslFilteredDefaultCiphers();
+ private static final Duration FILE_POLL_INTERVAL = Duration.ofMinutes(1);
Review Comment:
It could be configurable, of course. I thought the potential value of that
was low enough that it wasn't worth introducing a new config option.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]