summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--synapse/replication/tcp/protocol.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/replication/tcp/protocol.py b/synapse/replication/tcp/protocol.py

index bc1482a9bb..08474ea15e 100644 --- a/synapse/replication/tcp/protocol.py +++ b/synapse/replication/tcp/protocol.py
@@ -100,7 +100,7 @@ logger = logging.getLogger(__name__) PING_TIME = 5000 -PING_TIMEOUT_MULTIPLIER = 5 +PING_TIMEOUT_MULTIPLIER = 12 PING_TIMEOUT_MS = PING_TIME * PING_TIMEOUT_MULTIPLIER