vldpyatkov commented on code in PR #1871:
URL: https://github.com/apache/ignite-3/pull/1871#discussion_r1165621895
##########
modules/placement-driver/src/main/java/org/apache/ignite/internal/placementdriver/LeaseUpdater.java:
##########
@@ -54,7 +58,13 @@ public class LeaseUpdater {
private static final long UPDATE_LEASE_MS = 200L;
/** Lease holding interval. */
- private static final long LEASE_PERIOD = 10 * UPDATE_LEASE_MS;
+ public static final long LEASE_PERIOD = 10 * UPDATE_LEASE_MS;
Review Comment:
Yes, I will change the word everywhere.
--
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]