summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf.php b/conf.php
index 000eb7d..3244587 100644
--- a/conf.php
+++ b/conf.php
@@ -25,7 +25,7 @@ $g_webapp_dir = '/var/www/bs';
$upload_dir = '/var/lib/schedbot/uploads';
/** How long a history should we keep, in days. */
-$max_modified = 2;
+$max_modified = 4;
/** How many build machines are available for all arches. */
$g_nodes_count = 8;