优化数据

This commit is contained in:
bjdgyc
2022-09-30 16:03:43 +08:00
parent c2642bc183
commit e03bd60b1d
8 changed files with 27 additions and 15 deletions

View File

@@ -11,7 +11,7 @@ import (
)
const (
StatsCycleSec = 5 // 统计周期(秒)
StatsCycleSec = 10 // 统计周期(秒)
AddCycleSec = 60 // 记录到数据表周期(秒)
)