fix: HeardBeatX 10s -> 100s

This commit is contained in:
fuzhongyun 2026-01-31 18:10:05 +08:00
parent 22b7a3d096
commit 71ed8146f5
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import (
) )
const DefaultInterval = 100 * time.Millisecond const DefaultInterval = 100 * time.Millisecond
const HeardBeatX = 100 const HeardBeatX = 1000
type SendCardClient struct { type SendCardClient struct {
Auth *Auth Auth *Auth