rohityadavcloud commented on code in PR #11221:
URL: https://github.com/apache/cloudstack/pull/11221#discussion_r2210522077
##########
services/console-proxy/server/src/main/java/com/cloud/consoleproxy/ConsoleProxy.java:
##########
@@ -76,6 +76,7 @@ public class ConsoleProxy {
static int httpCmdListenPort = 8001;
static int reconnectMaxRetry = 5;
static int readTimeoutSeconds = 90;
+ public static int defaultBufferSize = 64 * 1024;
Review Comment:
@vishesh92 somehow the websocket pkg max size has dropped to 16kB? Can you
check what changed?
--
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]