2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-28 06:15:54 +00:00

Copy gunicorn.conf.py

This commit is contained in:
Oliver Walters
2021-04-01 20:38:18 +11:00
parent 839c29117d
commit 148600a9c4
3 changed files with 10 additions and 1 deletions

6
docker/gunicorn.conf.py Normal file
View File

@@ -0,0 +1,6 @@
import multiprocessing
workers = multiprocessing.cpu_count() * 2 + 1
max_requests = 1000
max_requests_jitter = 50