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

@ -217,6 +217,7 @@ while true; do
OMR_TRACKER_HOSTS="${OMR_TRACKER_HOSTS#* } $OMR_TRACKER_HOST"
}
OMR_TRACKER_TIMEOUT=$((OMR_TRACKER_TIMEOUT * 2))
sleep "$OMR_TRACKER_INTERVAL_TRIES"
done
fi
fi