dcapwell commented on code in PR #3552:
URL: https://github.com/apache/cassandra/pull/3552#discussion_r1761898641
##########
src/java/org/apache/cassandra/config/Config.java:
##########
@@ -481,6 +486,9 @@ public static class SSTableConfig
public volatile int counter_cache_keys_to_save = Integer.MAX_VALUE;
public DataStorageSpec.LongMebibytesBound paxos_cache_size = null;
+ public DataStorageSpec.LongMebibytesBound accord_cache_size = null;
Review Comment:
@belliottsmith should these bee under `AccordSpec`?
--
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]