You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by "kamalesh0406 (via GitHub)" <gi...@apache.org> on 2023/04/02 22:33:14 UTC

[GitHub] [cassandra] kamalesh0406 commented on a diff in pull request #2258: CASSANDRA-18221: Add AccordConfig to track accord specific configs

kamalesh0406 commented on code in PR #2258:
URL: https://github.com/apache/cassandra/pull/2258#discussion_r1155385251


##########
src/java/org/apache/cassandra/config/Config.java:
##########
@@ -596,6 +596,7 @@ public MemtableOptions()
     public volatile boolean use_statements_enabled = true;
 
     public boolean accord_transactions_enabled = false;
+    public long accord_scheduler_delay_in_ms = 200L;

Review Comment:
   This could also be named `accord_progress_log_scheduler_delay_in_ms` but I felt it to verbose compared to the current one. I am open to suggestions on it.



-- 
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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org