comparison xml/en/docs/http/ngx_http_limit_req_module.xml @ 2512:804bcc58f120

Rephrased sentence in limit_req_zone (trac #1939).
author Yaroslav Zhuravlev <yar@nginx.com>
date Wed, 11 Mar 2020 17:57:52 +0000
parents e4332b7580bb
children eeed494bba51
comparison
equal deleted inserted replaced
2511:1e9c2a8c1bf1 2512:804bcc58f120
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_limit_req_module" 10 <module name="Module ngx_http_limit_req_module"
11 link="/en/docs/http/ngx_http_limit_req_module.html" 11 link="/en/docs/http/ngx_http_limit_req_module.html"
12 lang="en" 12 lang="en"
13 rev="14"> 13 rev="15">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_limit_req_module</literal> module (0.7.21) is used 18 The <literal>ngx_http_limit_req_module</literal> module (0.7.21) is used
226 or about 8 thousand 128-byte states. 226 or about 8 thousand 128-byte states.
227 </para> 227 </para>
228 228
229 <para> 229 <para>
230 If the zone storage is exhausted, the least recently used state is removed. 230 If the zone storage is exhausted, the least recently used state is removed.
231 Even if after that a new state cannot be created, the request is terminated with 231 If even after that a new state cannot be created, the request is terminated with
232 an <link id="limit_req_status">error</link>. 232 an <link id="limit_req_status">error</link>.
233 </para> 233 </para>
234 234
235 <para> 235 <para>
236 The rate is specified in requests per second (r/s). 236 The rate is specified in requests per second (r/s).