increase worker timeout

This commit is contained in:
jonaswinkler 2021-02-06 18:51:53 +01:00
parent 0e76441684
commit fd8c40fee7

View File

@ -1,7 +1,7 @@
bind = '0.0.0.0:8000'
workers = 2
worker_class = 'uvicorn.workers.UvicornWorker'
timeout = 60
timeout = 120
def pre_fork(server, worker):
pass