From 20ec610cc5a640ee3b4bf54117433df643262f42 Mon Sep 17 00:00:00 2001 From: Tore Langedal Endestad Date: Fri, 13 Dec 2024 11:00:22 +0100 Subject: [PATCH] =?UTF-8?q?=C3=98ke=20tr=C3=A5der=20for=20=C3=A5=20unng?= =?UTF-8?q?=C3=A5/redusere=20thread=20starvation=20(#2792)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.conf b/src/main/resources/application.conf index 0c0f256e0..69183559b 100644 --- a/src/main/resources/application.conf +++ b/src/main/resources/application.conf @@ -5,7 +5,7 @@ ktor { connectionGroupSize = 16 callGroupSize = 100 - workerGroupSize = 16 + workerGroupSize = 50 requestQueueLimit=20