SOLR-683 acceptQueueSize=0 jetty.xml setting

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@686028 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2008-08-14 20:43:58 +00:00
parent 0aa8af11c1
commit cd0f1a0aec
1 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,10 @@
<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>