From 80374b5ea99b5f9bd89202191aab779868ee5a54 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Sat, 13 Aug 2022 15:41:50 -0600 Subject: [PATCH] sleep back down to 3 --- functions/update_apps.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/update_apps.sh b/functions/update_apps.sh index 60deb582..f2ee0ea8 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -39,7 +39,7 @@ do ((count++)) done if [[ "$proc_count" -ge "$update_limit" ]]; then - sleep 5 + sleep 3 elif [[ $it -lt ${#array[@]} ]]; then # loop=0 # until [[ $loop -ge 2 || $it -ge ${#array[@]} ]]; @@ -50,7 +50,7 @@ do # ((loop++)) # done elif [[ $proc_count != 0 ]]; then # Wait for all processes to finish - sleep 5 + sleep 3 else # All processes must be completed, break out of loop break fi