Drop the Redis command timeout back down to 3 seconds to facilitate debug data collection.
This commit is contained in:
parent
e551fd2c1b
commit
6bb106c2cb
|
@ -21,7 +21,7 @@ public class RedisClusterConfiguration {
|
||||||
|
|
||||||
@JsonProperty
|
@JsonProperty
|
||||||
@NotNull
|
@NotNull
|
||||||
private Duration timeout = Duration.ofMillis(3_500);
|
private Duration timeout = Duration.ofMillis(3_000);
|
||||||
|
|
||||||
@JsonProperty
|
@JsonProperty
|
||||||
@NotNull
|
@NotNull
|
||||||
|
|
Loading…
Reference in New Issue