From f0b95738500d4810cb08c273306c54091d6e456c Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Tue, 9 Aug 2022 00:48:12 -0600 Subject: [PATCH] regression in speed --- functions/update_apps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/update_apps.sh b/functions/update_apps.sh index 70641491..e8733940 100644 --- a/functions/update_apps.sh +++ b/functions/update_apps.sh @@ -32,6 +32,7 @@ do do update_apps "${array[$it]}" & processes+=($!) + sleep 3 ((it++)) ((proc_count++)) done