Skip to content

Commit

Permalink
Removing invalid maxConnections references (#8175)
Browse files Browse the repository at this point in the history
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Jun 17, 2022
1 parent 1b4f941 commit ad757df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion jetty-server/src/main/config/etc/jetty-lowresources.xml
Expand Up @@ -13,7 +13,6 @@
<Set name="period" property="jetty.lowresources.period"/>
<Set name="lowResourcesIdleTimeout" property="jetty.lowresources.idleTimeout"/>
<Set name="monitorThreads" property="jetty.lowresources.monitorThreads"/>
<Set name="maxConnections" property="jetty.lowresources.maxConnections"/>
<Set name="maxMemory" property="jetty.lowresources.maxMemory"/>
<Set name="maxLowResourcesTime" property="jetty.lowresources.maxLowResourcesTime"/>
<Set name="acceptingInLowResources" property="jetty.lowresources.accepting"/>
Expand Down
3 changes: 0 additions & 3 deletions jetty-server/src/main/config/modules/lowresources.mod
Expand Up @@ -21,9 +21,6 @@ etc/jetty-lowresources.xml
## Whether to monitor ThreadPool threads for low resources
# jetty.lowresources.monitorThreads=true

## Max number of connections allowed before being in low resources mode
# jetty.lowresources.maxConnections=0

## Max memory allowed before being in low resources mode (in bytes)
# jetty.lowresources.maxMemory=0

Expand Down

0 comments on commit ad757df

Please sign in to comment.