From bfa93d1d3ba880244cbb8e8420832db1563bf6c3 Mon Sep 17 00:00:00 2001 From: Erik Johnston Date: Fri, 9 Feb 2024 10:51:11 +0000 Subject: 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. --- changelog.d/16894.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/16894.bugfix (limited to 'changelog.d/16894.bugfix') diff --git a/changelog.d/16894.bugfix b/changelog.d/16894.bugfix new file mode 100644 index 0000000000..7e05370be7 --- /dev/null +++ b/changelog.d/16894.bugfix @@ -0,0 +1 @@ +Do not send multiple concurrent requests for keys for the same server. -- cgit 1.5.1