forked from 0x2620/pandora
add max-requets to gunicorn
This commit is contained in:
parent
2d7def5c05
commit
3d8daf1ede
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ exec start-stop-daemon \
|
|||
$VENV/bin/gunicorn_django -- \
|
||||
--bind 127.0.0.1:2620 \
|
||||
--timeout 90 \
|
||||
--max-requests 1000 \
|
||||
-p /var/run/pandora/pandora.pid \
|
||||
--log-level info --log-file /var/log/pandora/pandora.log \
|
||||
--workers 5
|
||||
|
|
Loading…
Reference in a new issue