From a6a48c456c02f9e986efd244536e4514457436b0 Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Fri, 20 Sep 2024 09:26:06 +0100 Subject: [PATCH] Response timeout should be a number Kamal will append the `s` for the duration when talking to kamal-proxy so no need to have it in the config. --- lib/kamal/configuration/docs/proxy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/kamal/configuration/docs/proxy.yml b/lib/kamal/configuration/docs/proxy.yml index 332a2c28..1fdc39dd 100644 --- a/lib/kamal/configuration/docs/proxy.yml +++ b/lib/kamal/configuration/docs/proxy.yml @@ -47,7 +47,7 @@ proxy: # Response timeout # # How long to wait for requests to complete before timing out, defaults to 30 seconds - response_timeout: 10s + response_timeout: 10 # Healthcheck #