jt2594838 commented on code in PR #15844:
URL: https://github.com/apache/iotdb/pull/15844#discussion_r2176239819


##########
iotdb-core/consensus/src/main/java/org/apache/iotdb/consensus/config/RatisConfig.java:
##########
@@ -1130,6 +1139,10 @@ public void setSleepDeviationThresholdMs(int 
sleepDeviationThresholdMs) {
       public void setCloseThresholdMs(int closeThresholdMs) {
         this.closeThresholdMs = closeThresholdMs;
       }
+
+      public void setTransferLeaderTimeoutMs(int transferLeaderTimeoutMs) {
+        this.transferLeaderTimeoutMs = transferLeaderTimeoutMs;
+      }

Review Comment:
   Return `this` if you wish to use it in chained calls.



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

Reply via email to