Skip to content

Commit

Permalink
Add configurable keepAliveTimeout for tomcat 8080 connector. (#827)
Browse files Browse the repository at this point in the history
* Add configurable keepAliveTimeout for tomcat 8080 connector.

* Update test expectation.

* Update expectation.
  • Loading branch information
misterdorito authored Oct 8, 2024
1 parent c5bc0aa commit 52755c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/pega/config/deploy/server.xml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
maxHttpHeaderSize="16384"
maxSavePostSize="65536"
connectionTimeout="20000"
keepAliveTimeout="{{ default .Env.CONFIG_CATALINA_CONNECTOR_8080_KEEPALIVETIMEOUT 20000 }}"
maxHeaderCount="100"
maxThreads="{{ default .Env.CONFIG_CATALINA_CONNECTOR_8080_MAXTHREADS 200 }}" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
maxHttpHeaderSize="16384"
maxSavePostSize="65536"
connectionTimeout="20000"
keepAliveTimeout="{{ default .Env.CONFIG_CATALINA_CONNECTOR_8080_KEEPALIVETIMEOUT 20000 }}"
maxHeaderCount="100"
maxThreads="{{ default .Env.CONFIG_CATALINA_CONNECTOR_8080_MAXTHREADS 200 }}" />

Expand Down

0 comments on commit 52755c3

Please sign in to comment.