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

 ##########
 File path: 
modules/core/src/main/java/org/apache/ignite/cache/query/SqlFieldsQuery.java
 ##########
 @@ -51,6 +51,9 @@
     /** Default value of the update internal batch size. */
     private static final int DFLT_UPDATE_BATCH_SIZE = 1;
 
+    /** Default value of Query timeout. */
 
 Review comment:
   It worth adding a note that `-1` means that timeout was not set yet.

----------------------------------------------------------------
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