diff options
author | Loïc Hoguin <[email protected]> | 2019-07-18 12:12:37 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2019-07-18 12:12:37 +0200 |
commit | 89674ca1a4ed90cb33b41f442284181c7f7048b1 (patch) | |
tree | 8eabfa0aed7e464c75976c7cfb4435765d9da97a /_build/content/articles/ranch-2.0.0-rc.1.asciidoc | |
parent | f6830fecd00bc9041057ddeec7453b640863d8f5 (diff) | |
download | ninenines.eu-89674ca1a4ed90cb33b41f442284181c7f7048b1.tar.gz ninenines.eu-89674ca1a4ed90cb33b41f442284181c7f7048b1.tar.bz2 ninenines.eu-89674ca1a4ed90cb33b41f442284181c7f7048b1.zip |
Fix typo
Diffstat (limited to '_build/content/articles/ranch-2.0.0-rc.1.asciidoc')
-rw-r--r-- | _build/content/articles/ranch-2.0.0-rc.1.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_build/content/articles/ranch-2.0.0-rc.1.asciidoc b/_build/content/articles/ranch-2.0.0-rc.1.asciidoc index 8065a0e8..77e8c623 100644 --- a/_build/content/articles/ranch-2.0.0-rc.1.asciidoc +++ b/_build/content/articles/ranch-2.0.0-rc.1.asciidoc @@ -14,7 +14,7 @@ great release. In Ranch 1.x, there is only one supervisor per Ranch listener to start and manage connection processes. Under high load (many clients rapidly connecting and/or disconnecting), the -message queue of this one supervisor could becomes congested, +message queue of this one supervisor could become congested, leading to declining accept rates or a stalled listener. Ranch 2.0 introduces the `num_conns_sups` option (defaulting |