Need a duration string for the response timeout

Add `s` as the timeout is a duration.
This commit is contained in:
Donal McBreen
2024-09-17 13:23:15 +01:00
parent 7f15fd143f
commit 0fe6a17a91

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
# #