0
0
Fork 0
mirror of https://github.com/matrix-org/dendrite synced 2024-06-17 03:48:28 +02:00
dendrite/keyserver/internal
Neil Alexander 8a82f10046
Allow more time for device list updates (#2749)
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
..
cross_signing.go Generic-based internal HTTP API (#2626) 2022-08-11 15:29:33 +01:00
device_list_update.go Allow more time for device list updates (#2749) 2022-09-30 09:41:16 +01:00
device_list_update_test.go Allow more time for device list updates (#2749) 2022-09-30 09:41:16 +01:00
internal.go Add /_dendrite/admin/refreshDevices/{userID} (#2746) 2022-09-30 09:32:31 +01:00