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:
parent
3a8089884d
commit
374bd0838b
@ -96,7 +96,7 @@ The following Tomcat/Catalina options are also supported. For more information,
|
||||
see https://tomcat.apache.org/tomcat-7.0-doc/config/index.html.
|
||||
|
||||
* `ATL_TOMCAT_MGMT_PORT` (default: 8000)
|
||||
* `ATL_TOMCAT_MAXTHREADS` (default: 200)
|
||||
* `ATL_TOMCAT_MAXTHREADS` (default: 100)
|
||||
* `ATL_TOMCAT_MINSPARETHREADS` (default: 10)
|
||||
* `ATL_TOMCAT_CONNECTIONTIMEOUT` (default: 20000)
|
||||
* `ATL_TOMCAT_ENABLELOOKUPS` (default: false)
|
||||
|
@ -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') }}"
|
||||
|
Loading…
Reference in New Issue
Block a user