DaanHoogland commented on code in PR #9260:
URL: https://github.com/apache/cloudstack/pull/9260#discussion_r2309680616
##########
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:
```suggestion
private int minThreads; // = 10
private int maxThreads; // = 500
```
--
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]