set threshold to show status on jobset page to a more usable size
This commit is contained in:
parent
5d3f5f9fca
commit
203716597d
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user