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:
Yonik Seeley 2008-08-15 16:16:01 +00:00
parent 67170d7489
commit f00c5cbda0
1 changed files with 0 additions and 4 deletions

View File

@ -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>