summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2014-12-07 23:44:16 +0000
committerMatthew Hodgson <matthew@matrix.org>2014-12-07 23:44:16 +0000
commit5cd43d4b9f3c41b21ced0ab44cf24c2cf7dab817 (patch)
tree8060d1851dfa4abdf911870355c440cc727411e2 /synapse/storage
parenttrack replication destination health, and perform exponential back-off when s... (diff)
downloadsynapse-5cd43d4b9f3c41b21ced0ab44cf24c2cf7dab817.tar.xz
fix stupid syntax thinkos
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/transactions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/transactions.py b/synapse/storage/transactions.py

index 47b73f7458..cacd948302 100644 --- a/synapse/storage/transactions.py +++ b/synapse/storage/transactions.py
@@ -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.