Reduce default Redis cluster command timeout to 3 seconds.
This commit is contained in:
parent
76665dd56e
commit
e83b41dc01
|
@ -16,7 +16,7 @@ public class RedisClusterConfiguration {
|
|||
|
||||
@JsonProperty
|
||||
@NotNull
|
||||
private Duration timeout = Duration.ofSeconds(10);
|
||||
private Duration timeout = Duration.ofSeconds(3);
|
||||
|
||||
@JsonProperty
|
||||
@NotNull
|
||||
|
|
Loading…
Reference in New Issue