comparison xml/en/docs/http/ngx_http_scgi_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 0d6ac4838921
comparison
equal deleted inserted replaced
1811:50da04ed139b 1812:35ec213c16cf
404 The data is removed in iterations configured by 404 The data is removed in iterations configured by
405 <literal>manager_files</literal>, 405 <literal>manager_files</literal>,
406 <literal>manager_threshold</literal>, and 406 <literal>manager_threshold</literal>, and
407 <literal>manager_sleep</literal> parameters (1.11.5). 407 <literal>manager_sleep</literal> parameters (1.11.5).
408 During one iteration no more than <literal>manager_files</literal> items 408 During one iteration no more than <literal>manager_files</literal> items
409 are deleted ( by default, 100). 409 are deleted (by default, 100).
410 The duration of one iteration is limited by the 410 The duration of one iteration is limited by the
411 <literal>manager_threshold</literal> parameter (by default, 200 milliseconds). 411 <literal>manager_threshold</literal> parameter (by default, 200 milliseconds).
412 Between iterations, a pause configured by the <literal>manager_sleep</literal> 412 Between iterations, a pause configured by the <literal>manager_sleep</literal>
413 parameter (by default, 50 milliseconds) is made. 413 parameter (by default, 50 milliseconds) is made.
414 </para> 414 </para>