InvenTree/InvenTree/gunicorn.conf.py
Oliver Walters 31e6aa6906 doc fix
2019-07-12 00:15:47 +10:00

6 lines
93 B
Python

import multiprocessing
bind = "0.0.0.0:8000"
workers = multiprocessing.cpu_count() * 2 + 1