From f82ff085a117f45a69fc2b367166d06b02edf401 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 21 Aug 2022 23:11:02 +0300 Subject: keep history for 4 days --- conf.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.1