mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-06 12:44:59 -04:00
fix stupid syntax thinkos
This commit is contained in:
parent
aed62a3583
commit
5cd43d4b9f
2 changed files with 12 additions and 13 deletions
|
@ -230,7 +230,7 @@ class TransactionStore(SQLBaseStore):
|
|||
else:
|
||||
return None
|
||||
|
||||
def set_destination_retry_timings(self, destination):
|
||||
def set_destination_retry_timings(self, destination, retry_last_ts, retry_interval):
|
||||
"""Sets the current retry timings for a given destination.
|
||||
Both timings should be zero if retrying is no longer occuring.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue