From 03c16717ccadaa603cb413812208695aa4b1e688 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Tue, 9 Aug 2022 17:52:56 -0600 Subject: [PATCH] lower sleep --- 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 ce410810..7e1941a9 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -32,7 +32,7 @@ do do update_apps "${array[$it]}" & processes+=($!) - sleep 3 + sleep 2 ((it++)) ((proc_count++)) done