2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-17 12:35:46 +00:00

Example gunicorn conf file

This commit is contained in:
Oliver Walters
2019-07-11 23:57:07 +10:00
parent df6db38535
commit d0e1dc52f8
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,5 @@
import multiprocessing
bind = "0.0.0.0:8000"
workers = multiprocessing.cpu_count() * 2 + 1