summary refs log tree commit diff
path: root/synapse/federation
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-11-18 14:15:25 +0000
committerErik Johnston <erik@matrix.org>2015-11-18 14:15:25 +0000
commit915e56e1af598a24b623dda6724cc3ce1e1504e9 (patch)
treece7ac77b3714ccaa6d54cb30201ce5cfa2041e63 /synapse/federation
parentadding link to apt repo (diff)
parentChange date (diff)
downloadsynapse-915e56e1af598a24b623dda6724cc3ce1e1504e9.tar.xz
Merge branch 'hotfixes-v0.11.0-r1' v0.11.0-r1
Diffstat (limited to 'synapse/federation')
-rw-r--r--synapse/federation/transport/client.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/federation/transport/client.py b/synapse/federation/transport/client.py
index 3d59e1c650..0e0cb7ebc6 100644
--- a/synapse/federation/transport/client.py
+++ b/synapse/federation/transport/client.py
@@ -136,6 +136,7 @@ class TransportLayerClient(object):
             path=PREFIX + "/send/%s/" % transaction.transaction_id,
             data=json_data,
             json_data_callback=json_data_callback,
+            long_retries=True,
         )
 
         logger.debug(