From cd5ee8a6e34a75b4137941ef3f40a7cfc20c3cc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Barroso=20Galindo?= Date: Wed, 27 Apr 2022 20:55:06 +0200 Subject: [PATCH] Disabling batches... --- .github/update_distribution.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/update_distribution.sh b/.github/update_distribution.sh index 032f397c1..dfad6fcbc 100755 --- a/.github/update_distribution.sh +++ b/.github/update_distribution.sh @@ -21,7 +21,7 @@ update_distribution() { for category in ${CORE_CATEGORIES[${url}]} ; do process_url "${url}" "${category}" "${OUTPUT_FOLDER}" & done - if [ ${job_counter} -ge 20 ] ; then + if [ ${job_counter} -ge 0 ] ; then wait_jobs job_counter=0 else