This commit is contained in:
Aevann1 2021-09-08 19:25:50 +02:00
parent 12d724faf2
commit 0894663a98
2 changed files with 2 additions and 2 deletions

View file

@ -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