hypercorn_config.toml 206 B

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