Remove maxConnections references

This commit is contained in:
Joakim Erdfelt 2022-06-16 14:32:39 -05:00
parent 1a217f4d29
commit a47b0d6234
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
2 changed files with 0 additions and 4 deletions

View File

@ -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"/>

View File

@ -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