tkalkirill commented on code in PR #5941: URL: https://github.com/apache/ignite-3/pull/5941#discussion_r2120172470
########## modules/network/src/main/java/org/apache/ignite/internal/network/configuration/ClusterMembershipConfigurationSchema.java: ########## @@ -32,7 +32,7 @@ public class ClusterMembershipConfigurationSchema { /** Failure detector ping interval. */ @Value(hasDefault = true) - public final int failurePingIntervalMillis = 1_000; + public final int failurePingIntervalMillis = 2_000; Review Comment: Why exactly twice, and not 3 or 4? Are there any statistics or observations somewhere? I'm curious. -- 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: notifications-unsubscr...@ignite.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org