mirror of
https://github.com/redis/go-redis.git
synced 2025-07-26 19:21:03 +03:00
Add RecordError
This commit is contained in:
@ -622,7 +622,7 @@ func (c *clusterStateHolder) LazyReload(ctx context.Context) {
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
time.Sleep(250 * time.Millisecond)
|
||||
time.Sleep(200 * time.Millisecond)
|
||||
}()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user