mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-22 01:08:05 +01:00
Reduce default Redis cluster command timeout to 3 seconds.
This commit is contained in:
committed by
Jon Chambers
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
|
||||
|
||||
Reference in New Issue
Block a user