From 65d0bf857eea6010dc6fa9a8ba00b565b8b497da Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Tue, 12 Jan 2016 22:28:58 +0100 Subject: Fixed configuration of number of build nodes --- conf.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'conf.php') diff --git a/conf.php b/conf.php index 043e859..ff94aeb 100644 --- a/conf.php +++ b/conf.php @@ -27,8 +27,8 @@ $upload_dir = '/var/lib/schedbot/uploads'; /** How long a history should we keep, in days. */ $max_modified = 2; -/** How many nodes are available. */ -$g_nodes_count = 2; +/** How many build machines are available for all arches. */ +$g_nodes_count = 8; /** html > body > h1 title */ $title = 'Build system status'; -- cgit v1.2.1