ptupitsyn commented on code in PR #11328:
URL: https://github.com/apache/ignite/pull/11328#discussion_r1592032938


##########
modules/core/src/main/java/org/apache/ignite/internal/processors/platform/client/ClientRequestHandler.java:
##########
@@ -45,6 +45,9 @@
  * Thin client request handler.
  */
 public class ClientRequestHandler implements ClientListenerRequestHandler {
+    /** Timeout to wait for async requests completion, to handle them as 
regular sync requests. */
+    private static final long ASYNC_REQUEST_WAIT_TIMEOUT = 10L;

Review Comment:
   ```suggestion
       private static final long ASYNC_REQUEST_WAIT_TIMEOUT_MILLIS = 10L;
   ```



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