1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 18:41:51 +00:00

Increase test for glorytun

This commit is contained in:
Ycarus 2018-05-26 22:12:06 +02:00
parent c1f972a07e
commit 2ed65550c9

View file

@ -4,9 +4,9 @@ if [ "$(uci -q get omr-tracker.glorytun)" = "" ]; then
uci -q batch <<-EOF >/dev/null
set omr-tracker.glotytun=interface
set omr-tracker.glorytun.type="none"
set omr-tracker.glorytun.timeout=5
set omr-tracker.glorytun.timeout=10
set omr-tracker.glorytun.tries=5
set omr-tracker.glorytun.interval=4
set omr-tracker.glorytun.interval=5
commit omr-tracker
EOF
fi