mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 08:15:27 +01:00
increase worker timeout for Raspberry Pi
This commit is contained in:
parent
d8e0ef257e
commit
5718f50c4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = 20
|
timeout = 60
|
||||||
|
|
||||||
def pre_fork(server, worker):
|
def pre_fork(server, worker):
|
||||||
pass
|
pass
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue