mirror of https://github.com/apache/lucene.git
roll back SOLR-683 acceptQueueSize recommendation
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686272 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
67170d7489
commit
f00c5cbda0
|
@ -73,10 +73,6 @@
|
|||
<Set name="port"><SystemProperty name="jetty.port" default="8983"/></Set>
|
||||
<Set name="maxIdleTime">50000</Set>
|
||||
<Set name="lowResourceMaxIdleTime">1500</Set>
|
||||
<!-- Enable this if you want to avoid deadlocks in a distributed setup (cf. SOLR-683).
|
||||
*** This *will* cause requests which could be serviced to be dropped under load!
|
||||
*** Only use this setting if you know what you're doing. -->
|
||||
<!--<Set name="acceptQueueSize">0</Set>-->
|
||||
</New>
|
||||
</Arg>
|
||||
</Call>
|
||||
|
|
Loading…
Reference in New Issue