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