mirror of https://github.com/apache/lucene.git
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:
parent
1467ee265b
commit
94eb33a1df
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue