Change default Lettuce command timeout to 10s.

This commit is contained in:
Jon Chambers
2020-08-18 15:55:25 -04:00
committed by Jon Chambers
parent 42ea7a9814
commit df90de3a5f
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ public class RedisClusterConfiguration {
@JsonProperty
@NotNull
private Duration timeout = Duration.ofSeconds(2);
private Duration timeout = Duration.ofSeconds(10);
@JsonProperty
@NotNull