summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index ad05631..10fbca2 100755
--- a/update.sh
+++ b/update.sh
@@ -15,7 +15,7 @@ if [ $# -eq 0 ]; then
|| continue
printf '%s\n' "${package}" "${new_version}"
done \
- | parallel -j4 --max-args 2 "$0" {} \;
+ | parallel -j2 --max-args 2 "$0" {} \;
exit $?
fi