From 4f1028f156087ee5898caaccae98e780d1b46533 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Thu, 6 Sep 2012 06:51:19 +0000 Subject: capacity build time stats --- conf.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf.php') diff --git a/conf.php b/conf.php index a644ed8..0a14fd2 100644 --- a/conf.php +++ b/conf.php @@ -27,6 +27,9 @@ $upload_dir = '/var/lib/schedbot/uploads'; /** How long a history should we keep, in days. */ $max_modified = 2; +/** How many nodes are available. */ +$nodes_count = 2; + /** html > body > h1 title */ $title = 'Mageia build system status'; -- cgit v1.2.1