Skip to content

Commit

Permalink
Merge e13a612 into 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Oct 28, 2024
2 parents 7134e30 + e13a612 commit 6e919a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/partials/eventloop.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The following listing shows the default configuration for the Event Loop Group:
{core-source-link}/reactor/netty/ReactorNetty.java
[%unbreakable]
----
include::{eventloopsourcedir}/reactor/netty/ReactorNetty.java[lines=86..120]
include::{eventloopsourcedir}/reactor/netty/ReactorNetty.java[lines=87..121]
----

If you need changes to these settings, you can apply the following configuration:
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/partials/http-client-conn-provider.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and further attempts are declined with an error.
{reactor-netty-github-repo}/reactor-netty-core/src/main/java/reactor/netty/ReactorNetty.java
[%unbreakable]
----
include::{core}/src/main/java/reactor/netty/ReactorNetty.java[lines=123..171]
include::{core}/src/main/java/reactor/netty/ReactorNetty.java[lines=124..172]
----

When you need to change the default settings, you can configure the `ConnectionProvider` as follows:
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/partials/tcp-client-conn-provider.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ and is intentional because only the user/framework knows if the actual protocol
{core-source-link}/reactor/netty/ReactorNetty.java
[%unbreakable]
----
include::{core}/src/main/java/reactor/netty/ReactorNetty.java[lines=123..133]
include::{core}/src/main/java/reactor/netty/ReactorNetty.java[lines=124..134]
----

When you need to change the default settings, you can configure the `ConnectionProvider` as follows:
Expand Down

0 comments on commit 6e919a9

Please sign in to comment.