mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-09 00:05:21 +01:00
Change gunicorn workers from 1 to 4
see https://docs.gunicorn.org/en/stable/design.html#how-many-workers
This commit is contained in:
parent
8698f92ac9
commit
d0bac60300
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
bind = '127.0.0.1:8000'
|
bind = '127.0.0.1:8000'
|
||||||
backlog = 2048
|
backlog = 2048
|
||||||
workers = 1
|
workers = 4
|
||||||
worker_class = 'sync'
|
worker_class = 'sync'
|
||||||
worker_connections = 1000
|
worker_connections = 1000
|
||||||
timeout = 20
|
timeout = 20
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue