ptupitsyn commented on a change in pull request #9817:
URL: https://github.com/apache/ignite/pull/9817#discussion_r808727062
##########
File path:
modules/platforms/dotnet/Apache.Ignite.Core/Client/IgniteClientConfiguration.cs
##########
@@ -64,6 +65,11 @@ public class IgniteClientConfiguration
/// </summary>
public static readonly TimeSpan DefaultSocketTimeout =
TimeSpan.FromMilliseconds(5000);
+ /// <summary>
+ /// Default value for <see cref="DefaultHeartbeatInterval"/>.
+ /// </summary>
+ public static readonly TimeSpan DefaultDefaultHeartbeatInterval =
TimeSpan.FromSeconds(30);
Review comment:
Agree, renamed.
--
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]