2007-12-29 zzz

* Change jetty timeout from 30 to 60 sec (thanks sponge!)
This commit is contained in:
zzz
2007-12-29 21:08:29 +00:00
committed by zzz
parent 7fe9d590f5
commit f568d21969
3 changed files with 7 additions and 4 deletions

View File

@ -25,7 +25,7 @@
</Arg>
<Set name="MinThreads">3</Set>
<Set name="MaxThreads">10</Set>
<Set name="MaxIdleTimeMs">30000</Set>
<Set name="MaxIdleTimeMs">60000</Set>
<Set name="LowResourcePersistTimeMs">1000</Set>
<Set name="ConfidentialPort">8443</Set>
<Set name="IntegralPort">8443</Set>