summary refs log tree commit diff
path: root/synapse/federation/transport.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-12-10 10:35:57 +0000
committerErik Johnston <erik@matrix.org>2014-12-10 10:35:57 +0000
commit6497caee7c65cffd13508eb55313a011bc8b251e (patch)
tree88448566493c7bb6bef3d07e816b2597ffb46ba5 /synapse/federation/transport.py
parentIgnore pycharm dir (diff)
parentturn back on per-request transaction retries, so that every time we try to hi... (diff)
downloadsynapse-6497caee7c65cffd13508eb55313a011bc8b251e.tar.xz
Merge pull request #22 from matrix-org/federation_retries
Federation retries
Diffstat (limited to 'synapse/federation/transport.py')
-rw-r--r--synapse/federation/transport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/federation/transport.py b/synapse/federation/transport.py

index 8d86152085..0f11c6d491 100644 --- a/synapse/federation/transport.py +++ b/synapse/federation/transport.py
@@ -155,7 +155,7 @@ class TransportLayer(object): @defer.inlineCallbacks @log_function def send_transaction(self, transaction, json_data_callback=None): - """ Sends the given Transaction to it's destination + """ Sends the given Transaction to its destination Args: transaction (Transaction)