2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-04 00:33:34 +00:00

Update default gunicorn conf file

This commit is contained in:
Oliver Walters
2020-12-14 09:43:07 +11:00
parent 1c168452a4
commit d609e881c2
+4
View File
@@ -3,3 +3,7 @@ import multiprocessing
bind = "0.0.0.0:8000"
workers = multiprocessing.cpu_count() * 2 + 1
max_requests = 1000
max_requests_jitter = 50