Disabling batches...

This commit is contained in:
José Manuel Barroso Galindo
2022-04-27 20:55:06 +02:00
committed by GitHub
parent e0b3cedf7f
commit cd5ee8a6e3

View File

@@ -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