ptupitsyn commented on a change in pull request #6490: IGNITE-7285 Add default 
query timeout
URL: https://github.com/apache/ignite/pull/6490#discussion_r339406229
 
 

 ##########
 File path: modules/platforms/dotnet/Apache.Ignite.Core/IgniteConfiguration.cs
 ##########
 @@ -72,6 +72,11 @@ public class IgniteConfiguration
         /// </summary>
         public const int DefaultJvmMaxMem = -1;
 
+        /// <summary>
+        /// Default query timeout.
+        /// </summary>
+        public static readonly TimeSpan DefaultQueryTimeout = 
TimeSpan.FromMilliseconds(0);
 
 Review comment:
   I'm asking to remove `public static readonly TimeSpan DefaultQueryTimeout`, 
because it is zero.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to