diff --git a/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/limits-for-viewing-content-and-diffs-in-a-repository.md b/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/limits-for-viewing-content-and-diffs-in-a-repository.md index 41ead9be98..31c237a793 100644 --- a/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/limits-for-viewing-content-and-diffs-in-a-repository.md +++ b/content/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/limits-for-viewing-content-and-diffs-in-a-repository.md @@ -26,7 +26,7 @@ Text files over **5 MB** are only available through their raw URLs, which are se Because diffs can become very large, we impose these limits on diffs for commits, pull requests, and compare views: - No single file's diff may exceed *20,000 lines that you can load* or *1 MB* of raw diff data. *Four hundred lines* and *20 KB* are automatically loaded for a single file. -- The maximum number of files in a single diff is limited to *3,000*. +- The maximum number of files in a single diff is limited to *300*. - The maximum number of renderable files (such as images, PDFs, and GeoJSON files) in a single diff is limited to *25*. Some portions of a limited diff may be displayed, but anything exceeding the limit is not shown.