SOLR-12801: Raise THREAD_POOL_MAX_IDLE_TIME_MS.

This commit is contained in:
markrmiller 2018-12-01 12:42:28 -06:00
parent cbe9f82202
commit b5a9cca168
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ public class JettySolrRunner {
private static final int THREAD_POOL_MAX_THREADS = 10000;
// NOTE: needs to be larger than SolrHttpClient.threadPoolSweeperMaxIdleTime
private static final int THREAD_POOL_MAX_IDLE_TIME_MS = 120000;
private static final int THREAD_POOL_MAX_IDLE_TIME_MS = 160000;
Server server;