mirror of https://github.com/apache/lucene.git
SOLR-12801: Raise THREAD_POOL_MAX_IDLE_TIME_MS.
This commit is contained in:
parent
cbe9f82202
commit
b5a9cca168
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue