mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Set interval between retry
This commit is contained in:
parent
5a1f6d0957
commit
3a1f078e87
4 changed files with 15 additions and 4 deletions
|
@ -11,6 +11,7 @@ config defaults 'defaults'
|
|||
option timeout '3'
|
||||
option tries '3'
|
||||
option interval '5'
|
||||
option interval_tries '1'
|
||||
option type 'ping'
|
||||
option options ''
|
||||
|
||||
|
@ -24,4 +25,5 @@ config shadowsocks 'shadowsocks'
|
|||
list hosts '80.67.169.12'
|
||||
option timeout '10'
|
||||
option tries '4'
|
||||
option interval_tries '1'
|
||||
option interval '10'
|
Loading…
Add table
Add a link
Reference in a new issue