This commit is contained in:
Yun
2023-09-09 23:32:37 +08:00
parent a9570cb743
commit fdc303e618
5 changed files with 16 additions and 20 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ func InitCluster(ctx context.Context, red *redis.Client) *cluster {
// 监听任务
go clu.watch()
timer := time.NewTicker(time.Millisecond * 100)
timer := time.NewTicker(time.Millisecond * 200)
go func(ctx context.Context, red *redis.Client) {
Loop: