rohityadavcloud commented on code in PR #11221: URL: https://github.com/apache/cloudstack/pull/11221#discussion_r2210052560
########## services/console-proxy/server/src/main/java/com/cloud/consoleproxy/vnc/network/NioSocketHandler.java: ########## @@ -20,6 +20,8 @@ public interface NioSocketHandler { + int DEFAULT_BUF_SIZE = 16 * 1024; Review Comment: Not needed. -- 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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org