further increase

This commit is contained in:
Ben Potter 2025-06-25 17:29:52 -05:00 committed by GitHub
parent 9f2f591dc3
commit 9802abd650
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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
}
}