mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-03-21 18:08:23 +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
|
||||
|
||||
- An option to specify the upstream timeout in the Web UI.
|
||||
- The ability to specify the upstream timeout in the Web UI.
|
||||
|
||||
### Changed
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue