git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1385005 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2012-09-15 03:28:44 +00:00
parent 6904995ce4
commit a215370b3a
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ public class SolrCmdDistributorTest extends BaseDistributedSearchTestCase {
@Override
public void setUp() throws Exception {
super.setUp();
executor = new ThreadPoolExecutor(0, 5 * 16, 5,
executor = new ThreadPoolExecutor(0, Integer.MAX_VALUE, 5,
TimeUnit.SECONDS, new SynchronousQueue<Runnable>(),
new DefaultSolrThreadFactory("cmdDistribExecutor"));
}