forgot a sleep timer

This commit is contained in:
Heavybullets8 2022-08-04 20:13:44 -06:00
parent 1d9ca34227
commit 65d32d2155

View File

@ -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[@]} ]]