2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 11:05:41 +00:00

Merge pull request #1162 from SchrodingersGat/gunicorn-conf

Update default gunicorn conf file
This commit is contained in:
Oliver
2020-12-14 11:00:57 +11:00
committed by GitHub

View File

@ -3,3 +3,6 @@ import multiprocessing
bind = "0.0.0.0:8000"
workers = multiprocessing.cpu_count() * 2 + 1
max_requests = 1000
max_requests_jitter = 50