From 76637586432bb9ca5348f14113ae83e762da2d41 Mon Sep 17 00:00:00 2001 From: Simone Bordet Date: Mon, 30 Dec 2019 21:17:59 +0100 Subject: [PATCH] Fixes #4445 - typo Limiting Load in jetty docs. Fixed typo. Signed-off-by: Simone Bordet --- .../src/main/asciidoc/administration/tuning/limit-load.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jetty-documentation/src/main/asciidoc/administration/tuning/limit-load.adoc b/jetty-documentation/src/main/asciidoc/administration/tuning/limit-load.adoc index e93f7156844..22332ddfe51 100644 --- a/jetty-documentation/src/main/asciidoc/administration/tuning/limit-load.adoc +++ b/jetty-documentation/src/main/asciidoc/administration/tuning/limit-load.adoc @@ -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}"]