increase timeouts for claude code web
this is a hack for a demo... preinstall and postinstall script will increase/decrease this time and I aim to find a better way to do this in the feature
This commit is contained in:
parent
6c3c2f067d
commit
9f2f591dc3
@ -425,7 +425,7 @@ resource "coder_app" "claude_code_web" {
|
|||||||
healthcheck {
|
healthcheck {
|
||||||
url = "http://localhost:3284/status"
|
url = "http://localhost:3284/status"
|
||||||
interval = 5
|
interval = 5
|
||||||
threshold = 3
|
threshold = 6
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user