Commit be07e02c authored by Grzegorz Bizon's avatar Grzegorz Bizon

Merge branch '285125-reduce-query-on-verify_pipeline_list' into 'master'

Adjust default page size in query when listing pipelines

See merge request gitlab-org/gitlab!48673
parents eb94430f d01dbafb
......@@ -39,7 +39,7 @@ class Projects::PipelinesController < Projects::ApplicationController
.new(project, current_user, index_params)
.execute
.page(params[:page])
.per(30)
.per(20)
@pipelines_count = limited_pipelines_count(project)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment