2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-05-02 15:38:57 +00:00
Oliver Walters 3483c85380 Initial commit
- Copied from inventree.github.io
2020-09-21 22:19:42 +10:00

6 lines
93 B
Python

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