Pre Merge pull request !88 from zhouhhesheng/N/A

pull/88/MERGE
zhouhhesheng 2023-02-09 09:06:25 +00:00 committed by Gitee
commit cfb501c20e
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import multiprocessing
# 并行工作进程数, intcpu数量*2+1 推荐进程数
workers = multiprocessing.cpu_count() * 2 + 1
# 指定每个进程开启的线程数
threads = 3
threads = 4
# 绑定的ip与端口
bind = '0.0.0.0:8000'
# 设置守护进程,将进程交给第三方管理