Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreg Wilkins2012-10-19 05:17:30 +0000
committerGreg Wilkins2012-10-19 05:17:30 +0000
commit2b13648b0ef324716bf8875a82522f75fdcf668b (patch)
treea3c9f2bd33becc3954df5130638195078eb20f86 /jetty-server/src/main/config/etc/jetty.xml
parentf420f5016dd5714fac657e4ae5e0cef6dfca4bd2 (diff)
downloadorg.eclipse.jetty.project-2b13648b0ef324716bf8875a82522f75fdcf668b.tar.gz
org.eclipse.jetty.project-2b13648b0ef324716bf8875a82522f75fdcf668b.tar.xz
org.eclipse.jetty.project-2b13648b0ef324716bf8875a82522f75fdcf668b.zip
392237 fixed many TODOs and many minor code cleanups
Diffstat (limited to 'jetty-server/src/main/config/etc/jetty.xml')
-rw-r--r--jetty-server/src/main/config/etc/jetty.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/jetty-server/src/main/config/etc/jetty.xml b/jetty-server/src/main/config/etc/jetty.xml
index 7202e21049..1729d8d9c4 100644
--- a/jetty-server/src/main/config/etc/jetty.xml
+++ b/jetty-server/src/main/config/etc/jetty.xml
@@ -112,7 +112,7 @@
<Set name="stopAtShutdown">true</Set>
<Set name="sendServerVersion">true</Set>
<Set name="sendDateHeader">true</Set>
- <Set name="stopTimeout">1000</Set>
+ <Set name="stopTimeout">5000</Set>
<Set name="dumpAfterStart">false</Set>
<Set name="dumpBeforeStop">false</Set>

Back to the top