[PATCH] testbot/web: Grab the last 12 hours of activity by default.

Francois Gouget fgouget at codeweavers.com
Fri Mar 30 05:13:05 CDT 2018


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---

12 hours is probably sufficient in most cases and the rest of the time a 
higher value can be specified.

 testbot/web/Activity.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/web/Activity.pl b/testbot/web/Activity.pl
index 96a1ef0a7..08e0291ae 100644
--- a/testbot/web/Activity.pl
+++ b/testbot/web/Activity.pl
@@ -33,7 +33,7 @@ use WineTestBot::VMs;
 
 @ActivityPage::ISA = qw(ObjectModel::CGI::FreeFormPage);
 
-my $HOURS_DEFAULT = 24;
+my $HOURS_DEFAULT = 12;
 
 sub _initialize($$$)
 {
-- 
2.16.2




More information about the wine-devel mailing list