summaryrefslogtreecommitdiffstats
path: root/conf.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-09-06 07:25:39 +0000
committerRomain d'Alverny <rda@mageia.org>2012-09-06 07:25:39 +0000
commit9a538cf137335d6f921c9e64d68223ff386fefe1 (patch)
tree0ef47de9153a0c9b6f074612f2d804412769eaa5 /conf.php
parent147168e567e8b7d98097aa804818a816104b862b (diff)
downloadpkgsubmit-9a538cf137335d6f921c9e64d68223ff386fefe1.tar
pkgsubmit-9a538cf137335d6f921c9e64d68223ff386fefe1.tar.gz
pkgsubmit-9a538cf137335d6f921c9e64d68223ff386fefe1.tar.bz2
pkgsubmit-9a538cf137335d6f921c9e64d68223ff386fefe1.tar.xz
pkgsubmit-9a538cf137335d6f921c9e64d68223ff386fefe1.zip
fix capacity and usage computation
Diffstat (limited to 'conf.php')
-rw-r--r--conf.php2
1 files changed, 1 insertions, 1 deletions
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 = '<a href="http://mageia.org/">Mageia</a> build system status';