Skip to content

Commit 63d68a3

Browse files
author
Daan Hoogland
committed
apply comment on default values
1 parent 654bc11 commit 63d68a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/main/java/org/apache/cloudstack/ServerDaemon.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ public class ServerDaemon implements Daemon {
108108
private String keystoreFile;
109109
private String keystorePassword;
110110
private String webAppLocation;
111-
private int minThreads = 10;
112-
private int maxThreads = 500;
111+
private int minThreads;
112+
private int maxThreads;
113113

114114
//////////////////////////////////////////////////
115115
/////////////// Public methods ///////////////////

0 commit comments

Comments
 (0)