summary refs log tree commit diff
path: root/synapse/app/pusher.py
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2017-03-17 15:28:35 +0000
committerRichard van der Hoff <richard@matrix.org>2017-03-18 00:01:37 +0000
commit994d7ae7c5e96ae411d7d7e6660c5a2172b69146 (patch)
tree2732867251462fcb52b3abb0e35690bdf1c1d70f /synapse/app/pusher.py
parentMerge pull request #2016 from matrix-org/rav/queue_pdus_during_join (diff)
downloadsynapse-994d7ae7c5e96ae411d7d7e6660c5a2172b69146.tar.xz
Remove broken use of clock.call_later
background_updates was using `call_later` in a way that leaked the logcontext
into the reactor.

We could have rewritten it to do it properly, but given that we weren't using
the fancier facilities provided by `call_later`, we might as well just use
`async.sleep`, which does the logcontext stuff properly.
Diffstat (limited to 'synapse/app/pusher.py')
0 files changed, 0 insertions, 0 deletions