From 0eb7a58494555caec2a0a31a22772a43916c6504 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Fri, 3 Nov 2023 16:24:03 +0100 Subject: [PATCH] Limit the number of threads of the api --- back/src/Kyoo.Host/Kyoo.Host.csproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/back/src/Kyoo.Host/Kyoo.Host.csproj b/back/src/Kyoo.Host/Kyoo.Host.csproj index 4f9d7dc2..69870288 100644 --- a/back/src/Kyoo.Host/Kyoo.Host.csproj +++ b/back/src/Kyoo.Host/Kyoo.Host.csproj @@ -4,6 +4,9 @@ Kyoo.Host Kyoo.Host Kyoo.Host.Program + + 50