aboutsummaryrefslogtreecommitdiffstats
path: root/modules/buildsystem/templates/bs-webstatus.conf
diff options
context:
space:
mode:
Diffstat (limited to 'modules/buildsystem/templates/bs-webstatus.conf')
-rw-r--r--modules/buildsystem/templates/bs-webstatus.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/bs-webstatus.conf b/modules/buildsystem/templates/bs-webstatus.conf
index fdef02c5..bfb6c904 100644
--- a/modules/buildsystem/templates/bs-webstatus.conf
+++ b/modules/buildsystem/templates/bs-webstatus.conf
@@ -7,7 +7,7 @@ $g_webapp_dir = '<%= scope.lookupvar('buildsystem::var::webstatus::location') %>
$upload_dir = '<%= scope.lookupvar('buildsystem::var::scheduler::homedir') %>/uploads';
/** How long a history should we keep, in days. */
-$max_modified = 2;
+$max_modified = <%= scope.lookupvar('buildsystem::var::webstatus::max_modified') %>;
/** How many nodes are available. */
$g_nodes_count = 2;