From 5591501f54f751cac9944e6fc5003d665d071eed Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 19 Jun 2018 05:59:03 +0200 Subject: bin/check-mirrors: run 10 instead of 100 jobs parallel --- bin/check-mirrors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf