2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

remove unneeded gunicorn (#5248)

This commit is contained in:
Matthias Mair
2023-07-17 12:53:02 +02:00
committed by GitHub
parent 8daff0bff4
commit 4d7fb751eb

View File

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