SOLR-683: up max thread count to prevent distributed deadlock when distrib search is used

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@684950 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2008-08-11 21:46:03 +00:00
parent cc9e4dd3de
commit 6ce91c9515
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
<New class="org.mortbay.thread.BoundedThreadPool">
<Set name="minThreads">10</Set>
<Set name="lowThreads">50</Set>
<Set name="maxThreads">250</Set>
<Set name="maxThreads">10000</Set>
</New>
<!-- Optional Java 5 bounded threadpool with job queue