From 23617f7b30f439fc4399bfc90d90333c313c4f3c Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Wed, 7 Apr 2010 23:22:48 +0000 Subject: [PATCH] dont set stats off, defaults to off anyway --- installer/resources/jetty.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer/resources/jetty.xml b/installer/resources/jetty.xml index 2f7f6791fa..e6d44b1abd 100644 --- a/installer/resources/jetty.xml +++ b/installer/resources/jetty.xml @@ -201,6 +201,8 @@ <!-- Configure the Other Server Options --> <!-- =============================================================== --> <Set name="requestsPerGC">2000</Set> +<!-- defaults to false, requires access through jconsole? <Set name="statsOn">false</Set> +--> </Configure> -- GitLab