diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b893b026de..e315ac3a2b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ NOTE: Add new changes BELOW THIS COMMENT. ### Added -- An option to specify the upstream timeout in the Web UI. +- The ability to specify the upstream timeout in the Web UI. ### Changed diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 15e6199f66d..633138c42d2 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -1573,7 +1573,6 @@ 'upstream_timeout': 'type': 'integer' 'minimum': 1 - 'maximum': 100 'description': 'The number of seconds to wait for a response from the upstream server' 'UpstreamsConfig': 'type': 'object'