shwstppr commented on code in PR #9260: URL: https://github.com/apache/cloudstack/pull/9260#discussion_r1924919991
########## client/conf/server.properties.in: ########## @@ -52,3 +52,7 @@ webapp.dir=/usr/share/cloudstack-management/webapp # The path to access log file access.log=/var/log/cloudstack/management/access.log + +# Thread pool configuration +threads.min=10 +threads.max=500 Review Comment: minor - too many places we are setting the default value. This could have been a comment -- 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]
