fix: C端日志采样、每条 KCP 连接每秒 1 次 periodic snapshot

This commit is contained in:
2026-04-16 11:32:48 +08:00
parent d64329214d
commit 1c845ba51e
4 changed files with 53 additions and 20 deletions

View File

@@ -10,6 +10,8 @@ CONTROL_SIDE_OMNISOCKET_RELAY_VIA="81.70.156.140:10909"
ROBOT_SIDE_OMNISOCKET_SERVER_ADDR="81.70.156.140:10909"
ROBOT_SIDE_OMNISOCKET_RELAY_VIA="106.55.173.235:10909"
# Log one normal relay packet out of every N packets. Drop events still log immediately.
OMNI_RELAY_PACKET_LOG_SAMPLE_EVERY="200"
CONTROL_WS_ALLOWED_ORIGINS="http://127.0.0.1:5173,http://localhost:5173"
VITE_API_BASE_URL="http://127.0.0.1:8001"