diff --git a/jetty-http2/http2-server/src/main/config/etc/jetty-http2.xml b/jetty-http2/http2-server/src/main/config/etc/jetty-http2.xml index 52129459c1f..3cb2c652d65 100644 --- a/jetty-http2/http2-server/src/main/config/etc/jetty-http2.xml +++ b/jetty-http2/http2-server/src/main/config/etc/jetty-http2.xml @@ -12,7 +12,7 @@ - + diff --git a/jetty-http2/http2-server/src/main/config/etc/jetty-http2c.xml b/jetty-http2/http2-server/src/main/config/etc/jetty-http2c.xml index 2631110f658..cf169b47f65 100644 --- a/jetty-http2/http2-server/src/main/config/etc/jetty-http2c.xml +++ b/jetty-http2/http2-server/src/main/config/etc/jetty-http2c.xml @@ -11,7 +11,7 @@ - + diff --git a/jetty-http2/http2-server/src/main/config/modules/http2.mod b/jetty-http2/http2-server/src/main/config/modules/http2.mod index ccc7d7b520c..ab57f77caeb 100644 --- a/jetty-http2/http2-server/src/main/config/modules/http2.mod +++ b/jetty-http2/http2-server/src/main/config/modules/http2.mod @@ -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 diff --git a/jetty-http2/http2-server/src/main/config/modules/http2c.mod b/jetty-http2/http2-server/src/main/config/modules/http2c.mod index 82e0a67d1b9..3b844cdda1e 100644 --- a/jetty-http2/http2-server/src/main/config/modules/http2c.mod +++ b/jetty-http2/http2-server/src/main/config/modules/http2c.mod @@ -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