Increase file size for threshold when viewing large text files
<!--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>
- [Work on this issue](https://contributors.gitlab.com/manage-issue?action=work&projectId=278964&issueIid=513094)
- [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=513094)
</details>
<!--IssueSummary end-->
### Summary
Context: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/177708#note_2293010598
Right now when viewing text files that are larger than 1 MB we do not render the file, instead, we display the following message:

- [example](https://gitlab.com/gitlab-org/gitlab/-/blob/master/db/structure.sql?ref_type=heads)
I think we can safely increase this threshold.
### Proposal
- Do some performance profiling to see how large a file must be before the browser is negatively impacted.
- Since we have two syntax highlighters (Highlight.js and Rouge) we need to figure out if the thresholds between them need to be treated independently (very likely because they are handled very differently in the DOM).
issue