Skip to content

Commit

Permalink
fix: change requests
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy committed Feb 16, 2024
1 parent 365d24f commit 3c6de9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/client_mgr.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func NewClientMgr(ctx context.Context, cnl context.CancelFunc) *Mgr {
}

func (cm *Mgr) Start() {
ticker := time.NewTicker(5 * time.Minute)
ticker := time.NewTicker(30 * time.Minute)

go func() {
for {
Expand Down

0 comments on commit 3c6de9e

Please sign in to comment.