From 702eba79affbab6da251ae0ea5ce2dbfbc88a1fb Mon Sep 17 00:00:00 2001 From: Louis Chmn Date: Sun, 20 Sep 2026 16:24:34 +0200 Subject: [PATCH] feat(franken): Start with a lower thread count for worker It is scaled up automatically anyway. Signed-off-by: Louis Chmn --- Caddyfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Caddyfile b/Caddyfile index 1e3ef21c832b0..919c0bfd3fc21 100644 --- a/Caddyfile +++ b/Caddyfile @@ -10,6 +10,7 @@ max_requests 100 worker { + num 2 file index.php watch lib/**/*.php watch config/**/*.php @@ -23,6 +24,7 @@ max_consecutive_failures -1 } worker { + num 2 file remote.php match /remote.php/* watch lib/**/*.php @@ -35,6 +37,7 @@ max_consecutive_failures -1 } worker { + num 2 file ocs/v1.php match /ocs/v1.php/* match /ocs/v2.php/*