summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/check-mirrors2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/check-mirrors b/bin/check-mirrors
index ff2659a..174ae50 100755
--- a/bin/check-mirrors
+++ b/bin/check-mirrors
@@ -42,7 +42,7 @@ if [ $# -eq 0 ]; then
;;
esac
done | \
- parallel -j100 "$0" "{}" > \
+ parallel -j10 "$0" "{}" > \
"${tmp_file}"
# shellcheck disable=SC2016