diff options
-rw-r--r-- | conf.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'; |