maedhroz commented on a change in pull request #1204:
URL: https://github.com/apache/cassandra/pull/1204#discussion_r743193630



##########
File path: src/java/org/apache/cassandra/config/DatabaseDescriptor.java
##########
@@ -1350,6 +1370,16 @@ public static int setCredentialsCacheMaxEntries(int 
maxEntries)
         return conf.credentials_cache_max_entries = maxEntries;
     }
 
+    public static boolean getCredentialsCacheActiveUpdate()
+    {
+        return conf.credentials_cache_active_update;
+    }
+
+    public static void setCredentialsCacheActiveUpdate(boolean activeUpdate)

Review comment:
       nitty nit: We call this `activeUpdate` here and `update` in the other 
two setters.




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to