spooky-22
parent
4926cb3bcd
commit
279102690f
@ -1,3 +1,3 @@ |
||||
source /env |
||||
killall gunicorn |
||||
gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 --reload-extra-file ./files/templates/ |
||||
gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 --reload-extra-file ./files/templates/ --max-requests 10000 --max-requests-jitter 20000 |
Loading…
Reference in new issue