Apache9 commented on code in PR #6980:
URL: https://github.com/apache/hbase/pull/6980#discussion_r2083215850


##########
hbase-common/src/main/java/org/apache/hadoop/hbase/io/crypto/tls/X509Util.java:
##########
@@ -154,7 +154,10 @@ private static String[] getCBCCiphers() {
 
   private static final String[] DEFAULT_CIPHERS_OPENSSL = 
getOpenSslFilteredDefaultCiphers();
 
-  private static final Duration FILE_POLL_INTERVAL = Duration.ofMinutes(1);
+  public static final String HBASE_TLS_FILEPOLL_INTERVAL_MILLIS =
+    CONFIG_PREFIX + "filepoll.interval.millis";
+  private static final long DEFAULT_FILE_POLL_INTERVAL = 
Duration.ofSeconds(60).toMillis(); // 1
+                                                                               
             // minute

Review Comment:
   Move the comment to the top of this line?



-- 
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]

Reply via email to