Set JOBS_PER_PAGE to 50
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 28 Mar 2015 15:19:07 +0000 (17:19 +0200)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 28 Mar 2015 15:19:07 +0000 (17:19 +0200)
lib/Gruntmaster/Data.pm

index d2fe636ce1050c9f80e38d051c6204fa8a3b6bea..50dcfd57d1a407e8da7611515b3691fe66ae0b4f 100644 (file)
@@ -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) = @_;
This page took 0.010848 seconds and 4 git commands to generate.