In our confluence server.xml file we have this:
<Connector port="8090" connectionTimeout="20000" redirectPort="8443"
maxThreads="200" minSpareThreads="10"
enableLookups="false" acceptCount="10" debug="0" URIEncoding="UTF-8"
protocol="org.apache.coyote.http11.Http11NioProtocol" />
However, I can't remember if we changed this from the default... does anyone know what the default settings are for maxThreads and acceptCount?
Thank you~!
Community moderators have prevented the ability to post new answers.
Hello Nathan!
The settings for your maxThreads and acceptCount is of the default value. Here is the snippet of default settings in the original confluence server.xml:
Screenshot from 2016-02-23 09:52:28.png
And I believe your server.xml still retain the default value.
Hope it answered your question and have a good day!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.