4
0
mirror of https://github.com/1f349/dendrite.git synced 2025-04-10 05:55:59 +01:00
Neil Alexander 8a82f10046
Allow more time for device list updates ()
This updates the device list updater so that it has a context
per-request, rather than a global 30 seconds for the entire server. This
could mean that talking to a slow remote server or requesting a lot of
user IDs was pretty much guaranteed to fail.

It also uses the process context to allow correct cancellation when
Dendrite wants to shut down cleanly.
2022-09-30 09:41:16 +01:00
..