[Watchdog] Longer sleep for open relay check

master
andryyy 2021-03-13 12:37:06 +01:00
parent 84ba784550
commit c79aae2b1e
No known key found for this signature in database
GPG Key ID: 8EC34FF2794E25EF
1 changed files with 1 additions and 1 deletions

View File

@ -210,7 +210,7 @@ external_checks() {
sleep 60
else
diff_c=0
sleep $(( ( RANDOM % 20 ) + 120 ))
sleep $(( ( RANDOM % 20 ) + 1800 ))
fi
done
return 1