mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 01:01:15 +01:00
Change default Lettuce command timeout to 10s.
This commit is contained in:
committed by
Jon Chambers
parent
42ea7a9814
commit
df90de3a5f
@@ -16,7 +16,7 @@ public class RedisClusterConfiguration {
|
||||
|
||||
@JsonProperty
|
||||
@NotNull
|
||||
private Duration timeout = Duration.ofSeconds(2);
|
||||
private Duration timeout = Duration.ofSeconds(10);
|
||||
|
||||
@JsonProperty
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user