Need a duration string for the response timeout
Add `s` as the timeout is a duration.
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