hosts: increase delay between coordinated reboots
This commit is contained in:
parent
dad5c855c7
commit
bfc825b73f
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ in
|
|||
if [[ $? -ne 0 ]]; then
|
||||
lastScheduledTime=$((currentTime - 300))
|
||||
fi
|
||||
nextScheduledTime=$((lastScheduledTime + 900))
|
||||
nextScheduledTime=$((lastScheduledTime + 3600))
|
||||
if [[ $nextScheduledTime -lt $((currentTime + 300)) ]]; then
|
||||
nextScheduledTime=$((currentTime + 300))
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue