isapego commented on a change in pull request #9610:
URL: https://github.com/apache/ignite/pull/9610#discussion_r757622265
##########
File path:
modules/core/src/main/java/org/apache/ignite/internal/processors/odbc/ClientMessage.java
##########
@@ -35,6 +35,18 @@
/** */
private static final long serialVersionUID = -4609408156037304495L;
+ /** */
+ private static final int MAX_HANDSHAKE_SIZE = 1024 * 1024;
Review comment:
64MB seems OK to me, but let's see what @DirectXceriD and @slukyano think
--
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]