summaryrefslogtreecommitdiffstats
path: root/conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'conf.php')
-rw-r--r--conf.php4
1 files changed, 2 insertions, 2 deletions
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';