mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
s/TTOUT/TTOU in faq. spotted by coulix_greg on irc
This commit is contained in:
parent
756d74ed0d
commit
c43a2fbfd0
@ -63,7 +63,7 @@ $ kill -TTIN $masterpid
|
||||
</pre>
|
||||
<p>To decrease the worker count by one:</p>
|
||||
<pre class="last literal-block">
|
||||
$ kill -TTOUT $masterpid
|
||||
$ kill -TTOU $masterpid
|
||||
</pre>
|
||||
</dd>
|
||||
<dt>How do I set SCRIPT_NAME?</dt>
|
||||
|
||||
@ -17,7 +17,7 @@ How do I increase or decrease the number of running workers dynamically?
|
||||
|
||||
To decrease the worker count by one::
|
||||
|
||||
$ kill -TTOUT $masterpid
|
||||
$ kill -TTOU $masterpid
|
||||
|
||||
|
||||
How do I set SCRIPT_NAME?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user