* Disable the statistics on the project, jobset and job pages for now
because they take too much time to compute.
This commit is contained in:
@ -22,7 +22,7 @@ sub view : Chained('project') PathPart('') Args(0) {
|
||||
|
||||
$c->stash->{template} = 'project.tt';
|
||||
|
||||
getBuildStats($c, scalar $c->stash->{project}->builds);
|
||||
#getBuildStats($c, scalar $c->stash->{project}->builds);
|
||||
|
||||
$c->stash->{views} = [$c->stash->{project}->views->all];
|
||||
}
|
||||
|
Reference in New Issue
Block a user