Only retry federation requests for a long time for background requests

This commit is contained in:
Erik Johnston 2015-11-17 18:26:50 +00:00
parent afdfd12bdf
commit cf4ef5f3c7
2 changed files with 20 additions and 7 deletions

View file

@ -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(