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 /articles/index.html | |
parent | f6830fecd00bc9041057ddeec7453b640863d8f5 (diff) | |
download | ninenines.eu-89674ca1a4ed90cb33b41f442284181c7f7048b1.tar.gz ninenines.eu-89674ca1a4ed90cb33b41f442284181c7f7048b1.tar.bz2 ninenines.eu-89674ca1a4ed90cb33b41f442284181c7f7048b1.zip |
Fix typo
Diffstat (limited to 'articles/index.html')
-rw-r--r-- | articles/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/articles/index.html b/articles/index.html index 05b4ead7..0d248e49 100644 --- a/articles/index.html +++ b/articles/index.html @@ -76,7 +76,7 @@ <p>Ranch 2.0.0-rc.1 has been released! We are getting very close to releasing Ranch 2.0! As most of the tremendous programming work was done by contributor Jan Uhlig, I will yield the floor and let him describe what went into this 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, leading to declining accept rates or a stalled listener.</p> +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 become congested, leading to declining accept rates or a stalled listener.</p> <p style="text-align:right"> <a class="read_more" href="https://ninenines.eu/articles/ranch-2.0.0-rc.1/">Read More</a> |