From e1250e203047d108bef4640e19d1384a503826e0 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 28 Mar 2015 17:19:07 +0200 Subject: [PATCH] Set JOBS_PER_PAGE to 50 --- lib/Gruntmaster/Data.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Gruntmaster/Data.pm b/lib/Gruntmaster/Data.pm index d2fe636..50dcfd5 100644 --- a/lib/Gruntmaster/Data.pm +++ b/lib/Gruntmaster/Data.pm @@ -28,7 +28,7 @@ use Sub::Name qw/subname/; use constant CONTEST_PUBLIC_COLUMNS => [qw/id name description start stop owner/]; use constant PROBLEM_PUBLIC_COLUMNS => [qw/id author writer level name owner private timeout olimit value/]; use constant USER_PUBLIC_COLUMNS => [qw/id admin name town university country level/]; -use constant JOBS_PER_PAGE => 10; +use constant JOBS_PER_PAGE => 50; sub dynsub{ our ($name, $sub) = @_; -- 2.30.2