Use gitaly pagination to improve performance
Pagination by Kaminari is slow because it requests all branches and paginate after receiving results from Gitaly. It's a first iteration to implement native pagination with Gitaly.
Showing
This diff is collapsed.
Please register or sign in to comment