From a3d75393b2f511a9791dbf469d5bd5d61be4bf15 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Thu, 4 Aug 2022 20:30:33 -0600 Subject: [PATCH] raise sleep to 1 --- functions/update_apps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/update_apps.sh b/functions/update_apps.sh index f6e57e48..cb41a046 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -29,7 +29,7 @@ do until [[ "$proc_count" -ge "$update_limit" || $it -ge ${#array[@]} ]] do update_apps "${array[$it]}" & - sleep 0.5 + sleep 1 processes+=($!) ((it++)) ((proc_count++))