From 9a538cf137335d6f921c9e64d68223ff386fefe1 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Thu, 6 Sep 2012 07:25:39 +0000 Subject: fix capacity and usage computation --- conf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.php') diff --git a/conf.php b/conf.php index 0a14fd2..5d0b487 100644 --- a/conf.php +++ b/conf.php @@ -28,7 +28,7 @@ $upload_dir = '/var/lib/schedbot/uploads'; $max_modified = 2; /** How many nodes are available. */ -$nodes_count = 2; +$g_nodes_count = 2; /** html > body > h1 title */ $title = 'Mageia build system status'; -- cgit v1.2.1