JoaoJandre commented on code in PR #9260: URL: https://github.com/apache/cloudstack/pull/9260#discussion_r1683411009
########## client/src/main/java/org/apache/cloudstack/ServerDaemon.java: ########## @@ -101,6 +103,8 @@ public class ServerDaemon implements Daemon { private String keystoreFile; private String keystorePassword; private String webAppLocation; + private int minThreads = 10; + private int maxThreads = 500; Review Comment: This is a small a nitpick, but you don't need to initialize these values, as in the `properties.getProperty` call you already inform these as default. -- 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