Browse Source

提交 hypercorn_config.py
用 hypercorn来控制服务数量

罗俊辉 1 year ago
parent
commit
fffb534ca0
1 changed files with 0 additions and 3 deletions
  1. 0 3
      hypercorn_config.py

+ 0 - 3
hypercorn_config.py

@@ -1,6 +1,3 @@
-"""
-@author: luojunhui
-"""
 bind = "0.0.0.0:8000"
 workers = 2
 reload = True