1
0
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:
Vladimir Mihailenco
2020-07-09 10:39:46 +03:00
parent dd5e03f960
commit 1831363467
3 changed files with 34 additions and 23 deletions

View File

@ -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)
}()
}