浏览代码

2024-05-13
多平台搜索上线(微信, 百度, 西瓜)
弃用 search_keys, theme
搜索结果过pq敏感词策略

罗俊辉 1 年之前
父节点
当前提交
db3a42afe6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      hypercorn_config.toml

+ 1 - 1
hypercorn_config.toml

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