forgot a sleep timer
This commit is contained in:
parent
1d9ca34227
commit
65d32d2155
@ -24,7 +24,7 @@ do
|
|||||||
((count++))
|
((count++))
|
||||||
done
|
done
|
||||||
if [[ "$proc_count" -ge "$update_limit" ]]; then
|
if [[ "$proc_count" -ge "$update_limit" ]]; then
|
||||||
sleep 3
|
sleep 10
|
||||||
elif [[ $it -lt ${#array[@]} ]]; then
|
elif [[ $it -lt ${#array[@]} ]]; then
|
||||||
new_updates=0
|
new_updates=0
|
||||||
until [[ "$proc_count" -ge "$update_limit" || $it -ge ${#array[@]} ]]
|
until [[ "$proc_count" -ge "$update_limit" || $it -ge ${#array[@]} ]]
|
||||||
|
Loading…
Reference in New Issue
Block a user