Selaa lähdekoodia

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

罗俊辉 1 vuosi sitten
vanhempi
commit
72f2097169
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      hypercorn_config.toml

+ 1 - 0
hypercorn_config.toml

@@ -1,2 +1,3 @@
+reload = "true"
 bind = "0.0.0.0:8000"
 workers = 2