Skip to content
Snippets Groups Projects
Commit bbab6ebf authored by Erik Johnston's avatar Erik Johnston
Browse files

Fix up changelog and remove spurious comment

parent 392a5412
No related branches found
No related tags found
No related merge requests found
Fix bug where outboud federation would stop talking to some servers when using workers
Fix bug where outbound federation would stop talking to some servers when using workers
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment