mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
typos in faq.rst
This commit is contained in:
parent
3b79f161f7
commit
feae663092
@ -91,7 +91,8 @@ request. Since only one handler will receive the request, the others will have
|
||||
been awakened for no reaon, wasting CPU cycles. At this time, Gunicorn does not
|
||||
implement any IPC solution for coordinating between worker processes. You may
|
||||
experience high load due to this problem when using many workers or threads.
|
||||
However `a work has been started <https://github.com/benoitc/gunicorn/issues/792>`_ to remove this issue.
|
||||
However `a work has been started <https://github.com/benoitc/gunicorn/issues/792>`_
|
||||
to remove this issue.
|
||||
|
||||
.. _worker_class: configure.html#worker-class
|
||||
.. _`number of workers`: design.html#how-many-workers
|
||||
@ -100,7 +101,7 @@ Why I don't see any logs in the console?
|
||||
----------------------------------------
|
||||
|
||||
Since the version R19, Gunicorn doesn't log by default in the console.
|
||||
To watch the logs in the console you now need to use the option ``--log-file=-`.
|
||||
To watch the logs in the console you now need to use the option ``--log-file=-``.
|
||||
|
||||
Kernel Parameters
|
||||
=================
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user