From ce057115fcb12ca1578904eacfb597146b648c30 Mon Sep 17 00:00:00 2001 From: Ali Mohammad Pur Date: Fri, 18 Feb 2022 16:04:36 +0330 Subject: [PATCH] RequestServer: Bump the ConnectionCache concurrent connection limit to 4 With ECDHE, our TLS handshake performance has increased, so we can afford to bump this limit to 4, and get some faster loads :^) --- Userland/Services/RequestServer/ConnectionCache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Userland/Services/RequestServer/ConnectionCache.h b/Userland/Services/RequestServer/ConnectionCache.h index 07b8e503be..3784a91cec 100644 --- a/Userland/Services/RequestServer/ConnectionCache.h +++ b/Userland/Services/RequestServer/ConnectionCache.h @@ -99,7 +99,7 @@ extern HashMap