diff options
-rw-r--r-- | doc/src/guide/migrating_from_1.7.asciidoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/guide/migrating_from_1.7.asciidoc b/doc/src/guide/migrating_from_1.7.asciidoc index 3724246..f63c346 100644 --- a/doc/src/guide/migrating_from_1.7.asciidoc +++ b/doc/src/guide/migrating_from_1.7.asciidoc @@ -23,7 +23,7 @@ for Erlang/OTP 19 and 20 has been removed. === Features added -* The `num_conns_sup` option has been added. It allows +* The `num_conns_sups` option has been added. It allows configuring the number of connection supervisors. It now defaults to `num_accceptors`. The old behavior can be obtained by setting this value to 1. @@ -73,7 +73,7 @@ for Erlang/OTP 19 and 20 has been removed. === Changed functions -* The `NumAcceptors` argument was removed from `ranch:start_listener/5`` +* The `NumAcceptors` argument was removed from `ranch:start_listener/5` and `ranch:child_spec/5` and moved to the transport options. * Ranch options can no longer be passed along with socket options |