We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 654bc11 commit 63d68a3Copy full SHA for 63d68a3
client/src/main/java/org/apache/cloudstack/ServerDaemon.java
@@ -108,8 +108,8 @@ public class ServerDaemon implements Daemon {
108
private String keystoreFile;
109
private String keystorePassword;
110
private String webAppLocation;
111
- private int minThreads = 10;
112
- private int maxThreads = 500;
+ private int minThreads;
+ private int maxThreads;
113
114
//////////////////////////////////////////////////
115
/////////////// Public methods ///////////////////
0 commit comments