Improve performance of commits endpoint
Currently all the commits of a merge request is loaded into the memory, converted to CommitCollection and then paginated as an array We can dramatically improve the performance by paginating the diff commits first and then convert this smaller array into CommitCollection
Showing
Please register or sign in to comment