set threshold to show status on jobset page to a more usable size

This commit is contained in:
Rob Vermaas 2011-08-29 17:56:38 +00:00
parent 5d3f5f9fca
commit 203716597d

View file

@ -58,7 +58,7 @@ sub jobsetIndex {
push(@systems, $system->system);
}
if($forceStatus || scalar(@{$c->stash->{activeJobs}}) <= 20) {
if($forceStatus || scalar(@{$c->stash->{activeJobs}}) <= 50) {
my @select = ();
my @as = ();
push(@select, "job"); push(@as, "job");