mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-25 15:36:19 -05:00
994d7ae7c5
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.