feat: 可以指定基础信息上报时间

This commit is contained in:
Akizon77
2025-06-27 14:04:23 +08:00
parent dff6cdc1e2
commit 9e35c5180e
3 changed files with 3 additions and 1 deletions

View File

@@ -10,4 +10,5 @@ var (
IgnoreUnsafeCert bool
MaxRetries int
ReconnectInterval int
InfoReportInterval int
)