diff --git a/jetty-documentation/src/main/asciidoc/configuring/connectors/configuring-connectors.adoc b/jetty-documentation/src/main/asciidoc/configuring/connectors/configuring-connectors.adoc index 97d47894df2..a88102ee9d2 100644 --- a/jetty-documentation/src/main/asciidoc/configuring/connectors/configuring-connectors.adoc +++ b/jetty-documentation/src/main/asciidoc/configuring/connectors/configuring-connectors.adoc @@ -254,7 +254,7 @@ For example, if we examine the `http.ini` file in our `start.d` directory create # jetty.http.selectors=-1 ## ServerSocketChannel backlog (0 picks platform default) -# jetty.http.acceptorQueueSize=0 +# jetty.http.acceptQueueSize=0 ## Thread priority delta to give to acceptor threads # jetty.http.acceptorPriorityDelta=0 diff --git a/jetty-documentation/src/main/asciidoc/quick-start/configuring/how-to-configure.adoc b/jetty-documentation/src/main/asciidoc/quick-start/configuring/how-to-configure.adoc index 5daffd7a03f..567a3c1a660 100644 --- a/jetty-documentation/src/main/asciidoc/quick-start/configuring/how-to-configure.adoc +++ b/jetty-documentation/src/main/asciidoc/quick-start/configuring/how-to-configure.adoc @@ -134,7 +134,7 @@ $ cat start.d/http.ini # jetty.http.selectors=-1 ## ServerSocketChannel backlog (0 picks platform default) -# jetty.http.acceptorQueueSize=0 +# jetty.http.acceptQueueSize=0 ## Thread priority delta to give to acceptor threads # jetty.http.acceptorPriorityDelta=0 diff --git a/jetty-server/src/main/config/modules/http.mod b/jetty-server/src/main/config/modules/http.mod index b5a94b0dd86..fb755798fdb 100644 --- a/jetty-server/src/main/config/modules/http.mod +++ b/jetty-server/src/main/config/modules/http.mod @@ -34,7 +34,7 @@ etc/jetty-http.xml # jetty.http.selectors=-1 ## ServerSocketChannel backlog (0 picks platform default) -# jetty.http.acceptorQueueSize=0 +# jetty.http.acceptQueueSize=0 ## Thread priority delta to give to acceptor threads # jetty.http.acceptorPriorityDelta=0 diff --git a/jetty-server/src/main/config/modules/ssl.mod b/jetty-server/src/main/config/modules/ssl.mod index dd730bb6120..2b5b747e7ae 100644 --- a/jetty-server/src/main/config/modules/ssl.mod +++ b/jetty-server/src/main/config/modules/ssl.mod @@ -38,7 +38,7 @@ basehome:modules/ssl/keystore|etc/keystore # jetty.ssl.selectors=-1 ## ServerSocketChannel backlog (0 picks platform default) -# jetty.ssl.acceptorQueueSize=0 +# jetty.ssl.acceptQueueSize=0 ## Thread priority delta to give to acceptor threads # jetty.ssl.acceptorPriorityDelta=0 diff --git a/jetty-unixsocket/src/main/config/modules/unixsocket.mod b/jetty-unixsocket/src/main/config/modules/unixsocket.mod index 23b76ff894c..c118aca9a20 100644 --- a/jetty-unixsocket/src/main/config/modules/unixsocket.mod +++ b/jetty-unixsocket/src/main/config/modules/unixsocket.mod @@ -56,4 +56,4 @@ http://www.apache.org/licenses/LICENSE-2.0.html # jetty.unixsocket.selectors=-1 ## ServerSocketChannel backlog (0 picks platform default) -# jetty.unixsocket.acceptorQueueSize=0 +# jetty.unixsocket.acceptQueueSize=0