Bläddra i källkod

删除冗余注释

dzr 1 år sedan
förälder
incheckning
e1c518fd5a
1 ändrade filer med 0 tillägg och 2 borttagningar
  1. 0 2
      gunicorn.conf.py

+ 0 - 2
gunicorn.conf.py

@@ -21,8 +21,6 @@ access_log_format = '%({x-forwarded-for}i)s %(l)s %(u)s %(t)s "%(r)s" %(s)s %(b)
 
 # 工作进程数量
 workers = multiprocessing.cpu_count() * 2 + 1
-# 工作线程数量(当工作模式指定为gevent evenlet等异步类型时,线程变成基于Greentlet的task(伪线程),这时候threads参数是无效的)
-# threads = multiprocessing.cpu_count() * 2
 # 工作模式
 worker_class = 'uvicorn.workers.UvicornWorker'
 # 转发白名单