mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 06:18:06 +01:00
Drop the Redis command timeout back down to 3 seconds to facilitate debug data collection.
This commit is contained in:
committed by
Jon Chambers
parent
e551fd2c1b
commit
6bb106c2cb
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user