fix: allow statistics cold-query headroom

This commit is contained in:
zhx 2026-07-11 02:32:34 +08:00
parent 475e3d191d
commit 5bf372b78f
2 changed files with 4 additions and 2 deletions

View File

@ -107,7 +107,8 @@ game_service:
request_timeout: "3s"
statistics_service:
base_url: "http://10.2.1.16:13010"
request_timeout: "3s"
# 漏斗冷查询允许短时索引页预热;正常查询应远低于该上限,超时只负责隔离异常请求。
request_timeout: "10s"
dashboard_external_sources:
- enabled: true
type: "mysql"

View File

@ -106,7 +106,8 @@ game_service:
request_timeout: "3s"
statistics_service:
base_url: "http://127.0.0.1:13010"
request_timeout: "3s"
# 漏斗冷查询允许短时索引页预热;正常查询应远低于该上限,超时只负责隔离异常请求。
request_timeout: "10s"
dashboard_external_sources:
- enabled: false
type: "mysql"