mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 02:18:08 +01:00
Extend Redis command timeout to 3.5 seconds to avoid TCP retransmission "coincidences."
This commit is contained in:
committed by
Jon Chambers
parent
d5f00db9ea
commit
1a627d6a87
@@ -21,7 +21,7 @@ public class RedisClusterConfiguration {
|
||||
|
||||
@JsonProperty
|
||||
@NotNull
|
||||
private Duration timeout = Duration.ofSeconds(3);
|
||||
private Duration timeout = Duration.ofMillis(3_500);
|
||||
|
||||
@JsonProperty
|
||||
@NotNull
|
||||
|
||||
Reference in New Issue
Block a user