Merge pull request #943 from basecamp/response-timeout-string

Need a duration string for the response timeout
This commit is contained in:
Donal McBreen
2024-09-17 14:14:49 +01:00
committed by GitHub

View File

@@ -36,8 +36,8 @@ proxy:
# Response timeout # Response timeout
# #
# How long to wait for requests to complete before timing out, defaults to 30 seconds # How long to wait for requests to complete before timing out, defaults to 10 seconds
response_timeout: 10 response_timeout: 30s
# Healthcheck # Healthcheck
# #