mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-04-28 10:46:07 -04:00
Fix up changelog and remove spurious comment
This commit is contained in:
parent
392a54128c
commit
bbab6ebfd9
@ -1 +1 @@
|
|||||||
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
|
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(
|
return self.runInteraction(
|
||||||
"set_destination_retry_timings",
|
"set_destination_retry_timings",
|
||||||
self._set_destination_retry_timings,
|
self._set_destination_retry_timings,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user