Drop the Redis command timeout back down to 3 seconds to facilitate debug data collection.

This commit is contained in:
Jon Chambers
2020-12-10 10:47:01 -05:00
committed by Jon Chambers
parent e551fd2c1b
commit 6bb106c2cb

View File

@@ -21,7 +21,7 @@ public class RedisClusterConfiguration {
@JsonProperty
@NotNull
private Duration timeout = Duration.ofMillis(3_500);
private Duration timeout = Duration.ofMillis(3_000);
@JsonProperty
@NotNull