maedhroz commented on code in PR #1962:
URL: https://github.com/apache/cassandra/pull/1962#discussion_r1040085314


##########
src/java/org/apache/cassandra/config/DatabaseDescriptor.java:
##########
@@ -1855,6 +1855,11 @@ public static long getCasContentionTimeout(TimeUnit unit)
         return conf.cas_contention_timeout.to(unit);
     }
 
+    public static long getTransactionTimeout(TimeUnit unit)

Review Comment:
   Sure, can add it. While I'm at it, can also add this to 
`DD#checkForLowestAcceptedTimeouts()`...



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