comparison xml/en/docs/ngx_core_module.xml @ 2634:0722b485010c

Improved wording in the thread_pool directive description.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 08 Dec 2020 16:01:39 +0300
parents eeed494bba51
children eb5950986b11
comparison
equal deleted inserted replaced
2633:ffaf58e96708 2634:0722b485010c
8 <!DOCTYPE module SYSTEM "../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../dtd/module.dtd">
9 9
10 <module name="Core functionality" 10 <module name="Core functionality"
11 link="/en/docs/ngx_core_module.html" 11 link="/en/docs/ngx_core_module.html"
12 lang="en" 12 lang="en"
13 rev="26"> 13 rev="27">
14 14
15 <section id="example" name="Example Configuration"> 15 <section id="example" name="Example Configuration">
16 16
17 <para> 17 <para>
18 <example> 18 <example>
434 <default>default threads=32 max_queue=65536</default> 434 <default>default threads=32 max_queue=65536</default>
435 <context>main</context> 435 <context>main</context>
436 <appeared-in>1.7.11</appeared-in> 436 <appeared-in>1.7.11</appeared-in>
437 437
438 <para> 438 <para>
439 Defines named thread pools 439 Defines the <value>name</value> and parameters of a thread pool
440 used for multi-threaded reading and sending of files 440 used for multi-threaded reading and sending of files
441 <link doc="http/ngx_http_core_module.xml" id="aio">without blocking</link> 441 <link doc="http/ngx_http_core_module.xml" id="aio">without blocking</link>
442 worker processes. 442 worker processes.
443 </para> 443 </para>
444 444