1
0
Fork 0
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:
Ycarus 2018-08-28 22:59:40 +02:00
parent 5a1f6d0957
commit 3a1f078e87
4 changed files with 15 additions and 4 deletions

View file

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