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


##########
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:
   @kamalesh0406 @dcapwell  is not this "wrong" way of doing it? There are no 
"...in_ms" properties anymore, everything is based on `DurationSpec` when it 
comes to time.



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