mirror of
https://github.com/MiSTer-devel/Distribution_MiSTer.git
synced 2026-04-19 03:04:16 +00:00
Disabling batches...
This commit is contained in:
committed by
GitHub
parent
e0b3cedf7f
commit
cd5ee8a6e3
2
.github/update_distribution.sh
vendored
2
.github/update_distribution.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user