Skip to content

Commit

Permalink
Reduce number of acceptors to 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
hns committed May 27, 2011
1 parent 2662372 commit 1bc3fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/skeleton/config/jetty.xml
Expand Up @@ -50,7 +50,7 @@
<Set name="host"><Property name="host"/></Set>
<Set name="port"><Property name="port" default="8080"/></Set>
<Set name="maxIdleTime">300000</Set>
<Set name="Acceptors">8</Set>
<Set name="Acceptors">4</Set>
<Set name="statsOn">false</Set>
<Set name="confidentialPort">8443</Set>
<Set name="lowResourcesConnections">20000</Set>
Expand Down

0 comments on commit 1bc3fe5

Please sign in to comment.