dendrite/keyserver/internal
Neil Alexander 3f3e9de1f2
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-29 15:16:02 +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 2022-09-29 15:16:02 +01:00
device_list_update_test.go Allow more time for device list updates 2022-09-29 15:16:02 +01:00
internal.go Mark device list as stale, if we don't have the requesting device (#2728) 2022-09-20 11:32:03 +02:00