Browse Source

hypercorn_config.toml
配置文件修改

罗俊辉 1 year ago
parent
commit
320a191d97
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hypercorn_config.toml

+ 1 - 1
hypercorn_config.toml

@@ -1,5 +1,5 @@
 reload = true
-bind = "0.0.0.0:8111"
+bind = "0.0.0.0:8112"
 workers = 2
 keep_alive_timeout = 60  # 保持连接的最大秒数,根据需要调整
 graceful_timeout = 30    # 重启或停止之前等待当前工作完成的时间