File tree 2 files changed +0
-4
lines changed
jetty-server/src/main/config
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 13
13
<Set name =" period" property =" jetty.lowresources.period" />
14
14
<Set name =" lowResourcesIdleTimeout" property =" jetty.lowresources.idleTimeout" />
15
15
<Set name =" monitorThreads" property =" jetty.lowresources.monitorThreads" />
16
- <Set name =" maxConnections" property =" jetty.lowresources.maxConnections" />
17
16
<Set name =" maxMemory" property =" jetty.lowresources.maxMemory" />
18
17
<Set name =" maxLowResourcesTime" property =" jetty.lowresources.maxLowResourcesTime" />
19
18
<Set name =" acceptingInLowResources" property =" jetty.lowresources.accepting" />
Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ etc/jetty-lowresources.xml
21
21
## Whether to monitor ThreadPool threads for low resources
22
22
# jetty.lowresources.monitorThreads=true
23
23
24
- ## Max number of connections allowed before being in low resources mode
25
- # jetty.lowresources.maxConnections=0
26
-
27
24
## Max memory allowed before being in low resources mode (in bytes)
28
25
# jetty.lowresources.maxMemory=0
29
26
You can’t perform that action at this time.
0 commit comments