ekaterinadimitrova2 commented on code in PR #1611:
URL: https://github.com/apache/cassandra/pull/1611#discussion_r940433202


##########
src/java/org/apache/cassandra/config/Config.java:
##########
@@ -134,6 +134,8 @@
     public volatile Integer repair_session_max_tree_depth = null;
     public volatile Integer repair_session_space_in_mb = null;
 
+    public volatile long repair_message_timeout_in_ms = 
TimeUnit.MILLISECONDS.convert(1, TimeUnit.MINUTES);

Review Comment:
   I see your point but honestly, I am not sure. It seems like something that 
might require consensus on the mailing list? If we consider we might also have 
other similar cases in the future? 



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