mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-24 11:09:03 +03:00
all: fix typo
This commit is contained in:
parent
aca08b1873
commit
52089adb6c
2 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,7 @@ NOTE: Add new changes BELOW THIS COMMENT.
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- An option to specify the upstream timeout in the Web UI.
|
- The ability to specify the upstream timeout in the Web UI.
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -1573,7 +1573,6 @@
|
||||||
'upstream_timeout':
|
'upstream_timeout':
|
||||||
'type': 'integer'
|
'type': 'integer'
|
||||||
'minimum': 1
|
'minimum': 1
|
||||||
'maximum': 100
|
|
||||||
'description': 'The number of seconds to wait for a response from the upstream server'
|
'description': 'The number of seconds to wait for a response from the upstream server'
|
||||||
'UpstreamsConfig':
|
'UpstreamsConfig':
|
||||||
'type': 'object'
|
'type': 'object'
|
||||||
|
|
Loading…
Add table
Reference in a new issue