summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rwxr-xr-xconf/default.conf2
1 files changed, 2 insertions, 0 deletions
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"