Cyrill commented on code in PR #4376:
URL: https://github.com/apache/ignite-3/pull/4376#discussion_r1758561575


##########
modules/replicator/src/main/java/org/apache/ignite/internal/replicator/configuration/ReplicationConfigurationSchema.java:
##########
@@ -40,4 +40,14 @@ public class ReplicationConfigurationSchema {
     @Value(hasDefault = true)
     @Range(min = 1000)
     public long rpcTimeout = TimeUnit.SECONDS.toMillis(60);
+
+    /** The interval in milliseconds that is used in the beginning of lease 
granting process. */
+    @Value(hasDefault = true)
+    @Range(min = 0)
+    public long agreementAcceptanceInterval = 120_000;
+
+    /** Lease holding interval. */
+    @Value(hasDefault = true)
+    @Range(min = 0)

Review Comment:
   fixed



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