fd
This commit is contained in:
parent
12d724faf2
commit
0894663a98
2 changed files with 2 additions and 2 deletions
2
restart
2
restart
|
@ -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…
Add table
Add a link
Reference in a new issue