SOLR-12801: raise jetty idle socket timeout

This commit is contained in:
markrmiller 2018-12-09 10:29:18 -06:00
parent 40432cdfbc
commit a9a5cdc34d
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 = 160000;
private static final int THREAD_POOL_MAX_IDLE_TIME_MS = 260000;
Server server;