DCD-545: Tweak to the default Tomcat threads.

This commit is contained in:
Steve Smith
2019-08-16 10:33:19 +10:00
parent 3a8089884d
commit 374bd0838b
2 changed files with 2 additions and 2 deletions

View File

@ -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') }}"