DaanHoogland commented on code in PR #11221:
URL: https://github.com/apache/cloudstack/pull/11221#discussion_r2210015846
##########
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:
I noticed, the question remains; should we make this configurable (with the
minimum you describe?)
--
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]