2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-17 18:26:32 +00:00
This commit is contained in:
Oliver Walters
2019-07-12 00:15:47 +10:00
parent 04efa2ece8
commit 31e6aa6906
2 changed files with 2 additions and 2 deletions

View File

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