mirror of https://github.com/apache/lucene.git
SOLR-12801: raise jetty idle socket timeout
This commit is contained in:
parent
40432cdfbc
commit
a9a5cdc34d
|
@ -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 = 160000;
|
||||
private static final int THREAD_POOL_MAX_IDLE_TIME_MS = 260000;
|
||||
|
||||
Server server;
|
||||
|
||||
|
|
Loading…
Reference in New Issue