DaanHoogland commented on code in PR #11221: URL: https://github.com/apache/cloudstack/pull/11221#discussion_r2210047213
########## 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 = 64 * 1024; // 64KiB Review Comment: ok, so the answer is there is no need to tune this in production, based on network topology or other components? -- 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