Remove maxConnections references
This commit is contained in:
parent
1a217f4d29
commit
a47b0d6234
|
@ -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"/>
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue