mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-05 12:44:58 -04:00
Only retry federation requests for a long time for background requests
This commit is contained in:
parent
afdfd12bdf
commit
cf4ef5f3c7
2 changed files with 20 additions and 7 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue