Francois Gouget : testbot/web: Grab the last 12 hours of activity by default.

Alexandre Julliard julliard at winehq.org
Fri Mar 30 12:29:45 CDT 2018


Module: tools
Branch: master
Commit: 5ac76e180a0e4ec0ca3963a7d9273d646239a736
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=5ac76e180a0e4ec0ca3963a7d9273d646239a736

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Mar 30 12:13:05 2018 +0200

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

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 96a1ef0..08e0291 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($$$)
 {




More information about the wine-cvs mailing list