Fixes #4445 - typo Limiting Load in jetty docs.
Fixed typo. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
ccf04a47cd
commit
7663758643
|
@ -23,7 +23,7 @@ To achieve optimal fair handling for all users of a server, it can be necessary
|
|||
|
||||
==== Low Resources Monitor
|
||||
|
||||
An instance of link:{JDURL}/org/eclipse/jetty/server/LowResourcesMonitor.html[LowResourcesMonitor] may be added to a Jetty server to monitor for low resources situations and to take action to limit the number of idle connections on the server.
|
||||
An instance of link:{JDURL}/org/eclipse/jetty/server/LowResourceMonitor.html[LowResourceMonitor] may be added to a Jetty server to monitor for low resources situations and to take action to limit the number of idle connections on the server.
|
||||
To configure the low resources monitor, you can enable the the `lowresources.mod` on the command line, which has the effect of including the following XML configuration:
|
||||
|
||||
[source, xml, subs="{sub-order}"]
|
||||
|
|
Loading…
Reference in New Issue