mirror of
https://github.com/himool/HimoolERP.git
synced 2024-11-13 10:56:29 +08:00
7 lines
121 B
Python
7 lines
121 B
Python
import multiprocessing
|
|
|
|
|
|
bind = '0.0.0.0:8000'
|
|
workers = multiprocessing.cpu_count() * 2 + 1
|
|
reload = True
|
|
daemon = True
|