mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
change gunicorn workers to 3
Assuming a single core system, (2 x $num_cores) + 1 = 3 (see https://docs.gunicorn.org/en/stable/design.html#how-many-workers)
This commit is contained in:
parent
d0bac60300
commit
02698fab43
@ -1,6 +1,6 @@
|
||||
bind = '127.0.0.1:8000'
|
||||
backlog = 2048
|
||||
workers = 4
|
||||
workers = 3
|
||||
worker_class = 'sync'
|
||||
worker_connections = 1000
|
||||
timeout = 20
|
||||
|
Loading…
x
Reference in New Issue
Block a user