DaanHoogland commented on code in PR #11221: URL: https://github.com/apache/cloudstack/pull/11221#discussion_r2209970680
########## 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: is there a reason we need to keep this hard coded? might be a configurable to allow for tuning by the operator, no? -- 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