mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
add a not in FAQ about the SENDFILE environment var
This commit is contained in:
parent
d5a07ce4ff
commit
37be319f06
@ -144,6 +144,13 @@ this queue new connections will eventually start getting dropped.
|
||||
|
||||
$ sudo sysctl -w net.core.somaxconn="2048"
|
||||
|
||||
How can I disable the use of ``sendfile()``
|
||||
-------------------------------------------
|
||||
|
||||
Disabling the use ``sendfile()`` can be done by using the ``--no-sendfile``
|
||||
setting or by setting the environment variable ``SENDFILE`` to 0.
|
||||
|
||||
|
||||
|
||||
Troubleshooting
|
||||
===============
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user