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