summary refs log tree commit diff
path: root/synapse/storage/transactions.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2018-09-19 14:45:14 +0100
committerErik Johnston <erik@matrix.org>2018-09-19 14:45:14 +0100
commitbbab6ebfd9257ba9ad5e576c4b9b8bdea1c166cf (patch)
tree60bb6ad937c62dd942ca38aa6fa28cb9978682f0 /synapse/storage/transactions.py
parentpep8 (diff)
downloadsynapse-bbab6ebfd9257ba9ad5e576c4b9b8bdea1c166cf.tar.xz
Fix up changelog and remove spurious comment
Diffstat (limited to 'synapse/storage/transactions.py')
-rw-r--r--synapse/storage/transactions.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/synapse/storage/transactions.py b/synapse/storage/transactions.py
index 449bdc1e49..baf0379a68 100644
--- a/synapse/storage/transactions.py
+++ b/synapse/storage/transactions.py
@@ -196,8 +196,6 @@ class TransactionStore(SQLBaseStore):
             retry_interval (int) - how long until next retry in ms
         """
 
-        # XXX: we could chose to not bother persisting this if our cache thinks
-        # this is a NOOP
         return self.runInteraction(
             "set_destination_retry_timings",
             self._set_destination_retry_timings,