This website requires JavaScript.
Explore
Help
Sign In
bkinnightskytw
/
InvenTree
mirror of
https://github.com/inventree/InvenTree.git
Watch
1
Star
0
Fork
You've already forked InvenTree
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2ffd2354eb
InvenTree
/
docs
/
_includes
/
gunicorn.conf.py
6 lines
93 B
Python
Raw
Blame
History
import
multiprocessing
bind
=
"
0.0.0.0:8000
"
workers
=
multiprocessing
.
cpu_count
(
)
*
2
+
1
Reference in New Issue
View Git Blame
Copy Permalink