diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-11 16:48:05 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-11 16:48:05 +0000 |
commit | ef276e8770e19c66d14462aa325b9cb241121bb6 (patch) | |
tree | 7ff0f18564a9e06437dc2f6098996e189a08c1c9 /synapse/federation | |
parent | Merge branch 'develop' of github.com:matrix-org/synapse into timeout-federati... (diff) | |
download | synapse-ef276e8770e19c66d14462aa325b9cb241121bb6.tar.xz |
Fix so timing out connections to actually work.
Diffstat (limited to 'synapse/federation')
-rw-r--r-- | synapse/federation/replication.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/synapse/federation/replication.py b/synapse/federation/replication.py index e442c6c5d5..54a0c7ad8e 100644 --- a/synapse/federation/replication.py +++ b/synapse/federation/replication.py @@ -72,5 +72,7 @@ class ReplicationLayer(FederationClient, FederationServer): self._order = 0 + self.hs = hs + def __str__(self): return "<ReplicationLayer(%s)>" % self.server_name |