Issue #4142 - changes from review
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
parent
709e05a19f
commit
4f640387f2
|
@ -12,7 +12,7 @@
|
|||
<Set name="maxSettingsKeys"><Property name="jetty.http2.maxSettingsKeys" default="64"/></Set>
|
||||
<Set name="rateControl">
|
||||
<Call class="org.eclipse.jetty.http2.parser.WindowRateControl" name="fromEventsPerSecond">
|
||||
<Arg type="int"><Property name="jetty.http2.rateControlWindow" default="20"/></Arg>
|
||||
<Arg type="int"><Property name="jetty.http2.maxEventsPerSecond" default="20"/></Arg>
|
||||
</Call>
|
||||
</Set>
|
||||
</New>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<Set name="maxSettingsKeys"><Property name="jetty.http2.maxSettingsKeys" default="64"/></Set>
|
||||
<Set name="rateControl">
|
||||
<Call class="org.eclipse.jetty.http2.parser.WindowRateControl" name="fromEventsPerSecond">
|
||||
<Arg type="int"><Property name="jetty.http2.rateControlWindow" default="20"/></Arg>
|
||||
<Arg type="int"><Property name="jetty.http2.maxEventsPerSecond" default="20"/></Arg>
|
||||
</Call>
|
||||
</Set>
|
||||
</New>
|
||||
|
|
|
@ -34,4 +34,4 @@ etc/jetty-http2.xml
|
|||
# jetty.http2.maxSettingsKeys=64
|
||||
|
||||
## Max number of bad frames and pings per second
|
||||
# jetty.http2.rateControlWindow=20
|
||||
# jetty.http2.maxEventsPerSecond=20
|
||||
|
|
|
@ -29,4 +29,4 @@ etc/jetty-http2c.xml
|
|||
# jetty.http2.maxSettingsKeys=64
|
||||
|
||||
## Max number of bad frames and pings per second
|
||||
# jetty.http2.rateControlWindow=20
|
||||
# jetty.http2.maxEventsPerSecond=20
|
||||
|
|
Loading…
Reference in New Issue