DaanHoogland commented on code in PR #9260: URL: https://github.com/apache/cloudstack/pull/9260#discussion_r2309681187
########## 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: ```suggestion # Thread pool configuration #threads.min=10 #threads.max=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: commits-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org