run_campaignd: Use 4 threads for 1.9 or 1.12 only

This commit is contained in:
Ignacio R. Morelle 2014-02-21 05:50:03 -03:00
parent e48d038b3d
commit 8aa1c0e1f2

View File

@ -13,7 +13,7 @@ shift
PARAMETERS="$@"
case $VERSION in
1.8)
1.9|1.12)
THREADS=4
;;
*)