summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2022-08-21 23:11:02 +0300
committerThomas Backlund <tmb@mageia.org>2022-08-21 23:11:02 +0300
commitf82ff085a117f45a69fc2b367166d06b02edf401 (patch)
tree057ad50d7689ad69ba80ddecd0e651748a1c8daf
parent234df905b2fb7e81cf17c70f346692c00ff9e186 (diff)
downloadpkgsubmit-f82ff085a117f45a69fc2b367166d06b02edf401.tar
pkgsubmit-f82ff085a117f45a69fc2b367166d06b02edf401.tar.gz
pkgsubmit-f82ff085a117f45a69fc2b367166d06b02edf401.tar.bz2
pkgsubmit-f82ff085a117f45a69fc2b367166d06b02edf401.tar.xz
pkgsubmit-f82ff085a117f45a69fc2b367166d06b02edf401.zip
keep history for 4 days
-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;