comparison xml/en/docs/http/ngx_http_proxy_module.xml @ 1812:35ec213c16cf

Removed extraneous whitespace.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 11 Oct 2016 16:05:36 +0300
parents bc6341aaa832
children 0c4b43e26cea
comparison
equal deleted inserted replaced
1811:50da04ed139b 1812:35ec213c16cf
429 The data is removed in iterations configured by 429 The data is removed in iterations configured by
430 <literal>manager_files</literal>, 430 <literal>manager_files</literal>,
431 <literal>manager_threshold</literal>, and 431 <literal>manager_threshold</literal>, and
432 <literal>manager_sleep</literal> parameters (1.11.5). 432 <literal>manager_sleep</literal> parameters (1.11.5).
433 During one iteration no more than <literal>manager_files</literal> items 433 During one iteration no more than <literal>manager_files</literal> items
434 are deleted ( by default, 100). 434 are deleted (by default, 100).
435 The duration of one iteration is limited by the 435 The duration of one iteration is limited by the
436 <literal>manager_threshold</literal> parameter (by default, 200 milliseconds). 436 <literal>manager_threshold</literal> parameter (by default, 200 milliseconds).
437 Between iterations, a pause configured by the <literal>manager_sleep</literal> 437 Between iterations, a pause configured by the <literal>manager_sleep</literal>
438 parameter (by default, 50 milliseconds) is made. 438 parameter (by default, 50 milliseconds) is made.
439 </para> 439 </para>