ahmedali6 commented on code in PR #9165:
URL: https://github.com/apache/cloudstack/pull/9165#discussion_r1637971992


##########
client/src/main/java/org/apache/cloudstack/ServerDaemon.java:
##########
@@ -158,8 +164,8 @@ public void init(final DaemonContext context) {
     public void start() throws Exception {
         // Thread pool
         final QueuedThreadPool threadPool = new QueuedThreadPool();
-        threadPool.setMinThreads(10);
-        threadPool.setMaxThreads(500);
+        threadPool.setMinThreads(minThreads);
+        threadPool.setMaxThreads(maxThreads);

Review Comment:
   @sureshanaparti I added the threads config to the server. properties file. 
Do you have a suggestion about what  restrictions to do here?



-- 
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]

Reply via email to