forked from lix-project/hydra
Show build status for up to 100 jobs in stead of 50.
This commit is contained in:
parent
396a356198
commit
c57242c76d
|
@ -60,7 +60,7 @@ sub jobsetIndex {
|
|||
push(@systems, $system->system);
|
||||
}
|
||||
|
||||
if($forceStatus || scalar(@{$c->stash->{activeJobs}}) <= 50) {
|
||||
if($forceStatus || scalar(@{$c->stash->{activeJobs}}) <= 100) {
|
||||
my @select = ();
|
||||
my @as = ();
|
||||
push(@select, "job"); push(@as, "job");
|
||||
|
|
Loading…
Reference in a new issue