mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-24 18:50:25 +00:00
[Watchdog] Longer sleep for open relay check
This commit is contained in:
parent
84ba784550
commit
c79aae2b1e
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ external_checks() {
|
|||
sleep 60
|
||||
else
|
||||
diff_c=0
|
||||
sleep $(( ( RANDOM % 20 ) + 120 ))
|
||||
sleep $(( ( RANDOM % 20 ) + 1800 ))
|
||||
fi
|
||||
done
|
||||
return 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue