Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
#59 up the default number of accept threads
Browse files Browse the repository at this point in the history
  • Loading branch information
wezell authored and victoralfaro-dotcms committed May 28, 2021
1 parent a045108 commit 32a6090
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/dotcms/ROOT/srv/utils/config-defaults.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ TOMCAT_HOME=/srv/dotserver/tomcat-${TOMCAT_VERSION}
: ${CMS_JAVA_OPTS:=""}

# Maximum number of Tomcat Connector threadpool threads (shared across Connectors)
: ${CMS_CONNECTOR_THREADS:="200"}
: ${CMS_CONNECTOR_THREADS:="600"}

# SMTP hostname for CMS
: ${CMS_SMTP_HOST:="smtp"}
Expand All @@ -41,7 +41,7 @@ TOMCAT_HOME=/srv/dotserver/tomcat-${TOMCAT_VERSION}
# IP or hostname of database server
: ${PROVIDER_DB_DNSNAME:=""}

# Database type, one of ["H2","POSTGRES","MYSQL","ORACLE","MSSQL"]
# Database type, one of ["POSTGRES","MYSQL","ORACLE","MSSQL"]
: ${PROVIDER_DB_DRIVER:="POSTGRES"}

# JDBC-compliant URL to connect to DB (only needed to set custom options, PROVIDER_DB_DNSNAME & PROVIDER_DB_PORT must also be set or use defaults)
Expand Down

0 comments on commit 32a6090

Please sign in to comment.