mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-12 01:55:39 +00:00
Cleanup docker files
This commit is contained in:
6
docker/gunicorn.conf.py
Normal file
6
docker/gunicorn.conf.py
Normal file
@ -0,0 +1,6 @@
|
||||
import multiprocessing
|
||||
|
||||
workers = multiprocessing.cpu_count() * 2 + 1
|
||||
|
||||
max_requests = 1000
|
||||
max_requests_jitter = 50
|
Reference in New Issue
Block a user