mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #1162 from SchrodingersGat/gunicorn-conf
Update default gunicorn conf file
This commit is contained in:
commit
980cb9522b
@ -3,3 +3,6 @@ import multiprocessing
|
|||||||
bind = "0.0.0.0:8000"
|
bind = "0.0.0.0:8000"
|
||||||
|
|
||||||
workers = multiprocessing.cpu_count() * 2 + 1
|
workers = multiprocessing.cpu_count() * 2 + 1
|
||||||
|
|
||||||
|
max_requests = 1000
|
||||||
|
max_requests_jitter = 50
|
||||||
|
Loading…
Reference in New Issue
Block a user