Module: tools Branch: master Commit: 5ac76e180a0e4ec0ca3963a7d9273d646239a736 URL: https://source.winehq.org/git/tools.git/?a=commit;h=5ac76e180a0e4ec0ca3963a7...
Author: Francois Gouget fgouget@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@codeweavers.com Signed-off-by: Alexandre Julliard julliard@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($$$) {