Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2013-09-06 06:10:03 +0000
committerGreg Wilkins2013-09-06 06:10:03 +0000
commitace43502ad1b2a19d98aa1d1910aad6c90350d70 (patch)
tree8d748f6c90c0c6de208eea7dd313d0778cc5be45 /jetty-server/src/main/config/modules/lowresources.mod
parentc6355854abc3081753a550a50f78ebaa8308cd54 (diff)
downloadorg.eclipse.jetty.project-ace43502ad1b2a19d98aa1d1910aad6c90350d70.tar.gz
org.eclipse.jetty.project-ace43502ad1b2a19d98aa1d1910aad6c90350d70.tar.xz
org.eclipse.jetty.project-ace43502ad1b2a19d98aa1d1910aad6c90350d70.zip
refined start.jar mechanism to align with updated documentation
Diffstat (limited to 'jetty-server/src/main/config/modules/lowresources.mod')
-rw-r--r--jetty-server/src/main/config/modules/lowresources.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/jetty-server/src/main/config/modules/lowresources.mod b/jetty-server/src/main/config/modules/lowresources.mod
index bcb781fb7b..f743c642ca 100644
--- a/jetty-server/src/main/config/modules/lowresources.mod
+++ b/jetty-server/src/main/config/modules/lowresources.mod
@@ -8,10 +8,10 @@ server
[xml]
etc/jetty-lowresources.xml
-[ini]
+[ini-template]
# lowresources.period=1050
# lowresources.lowResourcesIdleTimeout=200
# lowresources.monitorThreads=true
# lowresources.maxConnections=0
# lowresources.maxMemory=0
-# lowresources.maxLowResourcesTime=5000 \ No newline at end of file
+# lowresources.maxLowResourcesTime=5000

Back to the top