Browse Source

新增热点事件

luojunhui 1 week ago
parent
commit
ee0c8d63c5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app_config.toml

+ 1 - 1
app_config.toml

@@ -1,6 +1,6 @@
 reload = true
 reload = true
 bind = "0.0.0.0:6666"
 bind = "0.0.0.0:6666"
-workers = 2
+workers = 4
 keep_alive_timeout = 120  # 保持连接的最大秒数,根据需要调整
 keep_alive_timeout = 120  # 保持连接的最大秒数,根据需要调整
 graceful_timeout = 30    # 重启或停止之前等待当前工作完成的时间
 graceful_timeout = 30    # 重启或停止之前等待当前工作完成的时间
 loglevel = "warning"  # 日志级别
 loglevel = "warning"  # 日志级别