From 9802abd6505a9d87d745a78a03676b780644c48e Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Wed, 25 Jun 2025 17:29:52 -0500 Subject: [PATCH] further increase --- registry/coder/modules/claude-code/main.tf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/registry/coder/modules/claude-code/main.tf b/registry/coder/modules/claude-code/main.tf index 793b9552..39052da3 100644 --- a/registry/coder/modules/claude-code/main.tf +++ b/registry/coder/modules/claude-code/main.tf @@ -424,8 +424,8 @@ resource "coder_app" "claude_code_web" { subdomain = true healthcheck { url = "http://localhost:3284/status" - interval = 5 - threshold = 6 + interval = 6 + threshold = 10 } }