summary refs log tree commit diff
path: root/synapse/replication
diff options
context:
space:
mode:
authorPatrick Cloke <patrickc@matrix.org>2022-03-11 11:26:03 -0500
committerPatrick Cloke <patrickc@matrix.org>2022-03-11 11:26:03 -0500
commite0b60a9b4ef773ef0ea258da20f5f57b4bc0185f (patch)
tree5b1f7e5c74631014ab276207eb82fd325497b1ca /synapse/replication
parenttemp (diff)
downloadsynapse-github/clokep/test-redis.tar.xz
Diffstat (limited to 'synapse/replication')
-rw-r--r--synapse/replication/tcp/redis.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/replication/tcp/redis.py b/synapse/replication/tcp/redis.py

index 2688c1ee8e..d4a9df83b6 100644 --- a/synapse/replication/tcp/redis.py +++ b/synapse/replication/tcp/redis.py
@@ -263,6 +263,7 @@ class SynapseRedisFactory(txredisapi.RedisFactory): replyTimeout=replyTimeout, convertNumbers=convertNumbers, ) + self.hs = hs # Set the homeserver reactor as the clock, if this is not done than # twisted.internet.protocol.ReconnectingClientFactory.retry will default