450484 - Missing parameterization of etc/jetty-http[s].xml.
This commit is contained in:
parent
04e948bf3c
commit
9320e9e24a
|
@ -39,6 +39,7 @@
|
|||
<Set name="soLingerTime"><Property name="http.soLingerTime" default="-1"/></Set>
|
||||
<Set name="acceptorPriorityDelta"><Property name="http.acceptorPriorityDelta" default="0"/></Set>
|
||||
<Set name="selectorPriorityDelta"><Property name="http.selectorPriorityDelta" default="0"/></Set>
|
||||
<Set name="acceptQueueSize"><Property name="http.acceptQueueSize" default="0"/></Set>
|
||||
</New>
|
||||
</Arg>
|
||||
</Call>
|
||||
|
|
|
@ -46,6 +46,7 @@
|
|||
<Set name="soLingerTime"><Property name="https.soLingerTime" default="-1"/></Set>
|
||||
<Set name="acceptorPriorityDelta"><Property name="ssl.acceptorPriorityDelta" default="0"/></Set>
|
||||
<Set name="selectorPriorityDelta"><Property name="ssl.selectorPriorityDelta" default="0"/></Set>
|
||||
<Set name="acceptQueueSize"><Property name="https.acceptQueueSize" default="0"/></Set>
|
||||
</New>
|
||||
</Arg>
|
||||
</Call>
|
||||
|
|
Loading…
Reference in New Issue