update jetty.xml for new jetty

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@926579 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2010-03-23 14:10:28 +00:00
parent 1467ee265b
commit 94eb33a1df
1 changed files with 3 additions and 2 deletions

View File

@ -24,10 +24,11 @@
<Set name="ThreadPool">
<!-- Default bounded blocking threadpool
-->
<New class="org.mortbay.thread.BoundedThreadPool">
<New class="org.mortbay.thread.QueuedThreadPool">
<Set name="minThreads">10</Set>
<Set name="lowThreads">50</Set>
<Set name="maxThreads">10000</Set>
<Set name="lowThreads">50</Set>
<Set name="SpawnOrShrinkAt">2</Set>
</New>
<!-- Optional Java 5 bounded threadpool with job queue