mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
DCD-545: Tweak to the default Tomcat threads.
This commit is contained in:
@ -13,7 +13,7 @@
|
||||
<Service name="Catalina">
|
||||
|
||||
<Connector port="{{ atl_tomcat_port | default('8090') }}"
|
||||
maxThreads="{{ atl_tomcat_maxthreads | default('200') }}"
|
||||
maxThreads="{{ atl_tomcat_maxthreads | default('100') }}"
|
||||
minSpareThreads="{{ atl_tomcat_minsparethreads | default('10') }}"
|
||||
connectionTimeout="{{ atl_tomcat_connectiontimeout | default('20000') }}"
|
||||
enableLookups="{{ atl_tomcat_enablelookups | default('false') }}"
|
||||
|
Reference in New Issue
Block a user