From 1b08ec576fc105be8542a61aceb1b3683557e4b3 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Sun, 23 Apr 2017 12:02:07 +0200 Subject: bin/get-assignment: add max_parallel_build_per_client and some verbosity --- conf/default.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf/default.conf') diff --git a/conf/default.conf b/conf/default.conf index 1517272..0343ba4 100755 --- a/conf/default.conf +++ b/conf/default.conf @@ -15,6 +15,8 @@ repo_paths["archlinux32"]="${work_dir}/repos/packages32" lock_file="/tmp/${0##*/}.lock" +max_parallel_build_per_client=2 + # possibly pull in custom modifications [ -r "${base_dir}/conf/local.conf" ] && . "${base_dir}/conf/local.conf" -- cgit v1.2.3