mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-09 09:58:20 -05:00
increase worker timeout
This commit is contained in:
parent
0e76441684
commit
fd8c40fee7
@ -1,7 +1,7 @@
|
|||||||
bind = '0.0.0.0:8000'
|
bind = '0.0.0.0:8000'
|
||||||
workers = 2
|
workers = 2
|
||||||
worker_class = 'uvicorn.workers.UvicornWorker'
|
worker_class = 'uvicorn.workers.UvicornWorker'
|
||||||
timeout = 60
|
timeout = 120
|
||||||
|
|
||||||
def pre_fork(server, worker):
|
def pre_fork(server, worker):
|
||||||
pass
|
pass
|
||||||
|
Loading…
x
Reference in New Issue
Block a user