too_large? reports false for large diffs in merge requests
<!--IssueSummary start-->
<details>
<summary>
Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards.
</summary>
- [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=544924)
</details>
<!--IssueSummary end-->
In Rapid Diffs `Gitlab::Git::Diff` always responds with `false` for large diffs `too_large?` method in merge requests. This could be potentially caused by skipping loading diffs when diff collection hits diff limits.
This leads to the following problem:

File expansion for Rapid Diffs will be available after https://gitlab.com/gitlab-org/gitlab/-/merge_requests/190100.
issue