From 0fe6a17a918fae595c5121c5c338be7990646be0 Mon Sep 17 00:00:00 2001 From: Donal McBreen Date: Tue, 17 Sep 2024 13:23:15 +0100 Subject: [PATCH] Need a duration string for the response timeout Add `s` as the timeout is a duration. --- lib/kamal/configuration/docs/proxy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/kamal/configuration/docs/proxy.yml b/lib/kamal/configuration/docs/proxy.yml index e754eb36d..8e80d0be9 100644 --- a/lib/kamal/configuration/docs/proxy.yml +++ b/lib/kamal/configuration/docs/proxy.yml @@ -36,8 +36,8 @@ proxy: # Response timeout # - # How long to wait for requests to complete before timing out, defaults to 30 seconds - response_timeout: 10 + # How long to wait for requests to complete before timing out, defaults to 10 seconds + response_timeout: 30s # Healthcheck #