Merge pull request #943 from basecamp/response-timeout-string
Need a duration string for the response timeout
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user