comparison docs/xml/ngx_core_module.xml @ 4141:a18b10aea510

Fixed markup.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 20 Sep 2011 13:15:41 +0000
parents 5e2103cffd80
children
comparison
equal deleted inserted replaced
4140:f57060622538 4141:a18b10aea510
243 <default>worker_priority 0</default> 243 <default>worker_priority 0</default>
244 <context>main</context> 244 <context>main</context>
245 245
246 <para> 246 <para>
247 Defines a scheduling priority for worker processes like is 247 Defines a scheduling priority for worker processes like is
248 done by the <command>nice</command>: a negative 248 done by the <command>nice</command> command: a negative
249 <argument>number</argument> 249 <argument>number</argument>
250 means higher priority. 250 means higher priority.
251 Allowed range normally varies from -20 to 20. 251 Allowed range normally varies from -20 to 20.
252 </para> 252 </para>
253 253