ptupitsyn commented on a change in pull request #737:
URL: https://github.com/apache/ignite-3/pull/737#discussion_r831010504



##########
File path: 
modules/client/src/main/java/org/apache/ignite/internal/client/TcpClientChannel.java
##########
@@ -60,6 +63,9 @@
             ProtocolVersion.V3_0_0
     );
 
+    /** Minimum supported heartbeat interval. */
+    private static final long MIN_RECOMMENDED_HEARTBEAT_INTERVAL = 50;

Review comment:
       500 sounds good, 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