summary refs log tree commit diff
path: root/changelog.d/16894.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.102.0rc1 v1.102.0rc1Andrew Morgan2024-02-201-1/+0
|
* Only do one concurrent fetch per server in keyring (#16894)Erik Johnston2024-02-091-0/+1
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.