Issue #4142 - changes from review

Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
This commit is contained in:
Lachlan Roberts 2019-10-15 21:09:01 +11:00
parent 709e05a19f
commit 4f640387f2
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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