all: fix typo

This commit is contained in:
Stanislav Chzhen 2025-02-06 18:39:53 +03:00
parent aca08b1873
commit 52089adb6c
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -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'