diff options
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/replication/tcp/redis.py | 1 |
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 |