forked-synapse/changelog.d/16894.bugfix
Erik Johnston bfa93d1d3b
Only do one concurrent fetch per server in keyring (#16894)
Otherwise if we've stacked a bunch of requests for the keys of a server,
we'll end up sending lots of concurrent requests for its keys,
needlessly.
2024-02-09 10:51:11 +00:00

2 lines
71 B
Plaintext

Do not send multiple concurrent requests for keys for the same server.