mirror of
https://github.com/himool/HimoolERP.git
synced 2025-01-02 20:21:49 +08:00
6 lines
107 B
Python
6 lines
107 B
Python
import multiprocessing
|
|
|
|
|
|
bind = '0.0.0.0:8000'
|
|
workers = multiprocessing.cpu_count() * 2 + 1
|
|
reload = True
|