Skip to content

Commit 864ee92

Browse files
author
Paulo Ribeiro
authored
feat: Link larger than 150 KB to analysis limits (codacy#1427)
* feat: Link larger than 150 KB to analysis limits * feat: Add see also link * clean: Change "time-outs" to "timeouts" * Revert "feat: Add see also link" This reverts commit 3537aac.
1 parent f359f23 commit 864ee92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/faq/troubleshooting/why-is-my-file-over-150-kb-missing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Why is my file over 150 KB missing?
22

3-
Codacy Cloud currently doesn't analyze files that are larger than 150 KB. Codacy doesn't display these files on the [Files page](../../repositories/files.md), and doesn't take them into account when grading your repository.
3+
Codacy Cloud currently [doesn't analyze files that are larger than 150 KB](../code-analysis/does-codacy-place-limits-on-the-code-analysis.md). Codacy doesn't display these files on the [Files page](../../repositories/files.md), and doesn't take them into account when grading your repository.
44

55
## Why is there a limit?
66

7-
As part of our performance improvement measures, we spent time breaking down the total time it takes to analyze a repository and found that a large percentage of time was spent on files that didn't add value to our users. Those files tend to be the biggest in the repository and are typically generated by or dependent on a third-party. It increased analysis time significantly due to the file size and even resulted in time-outs at some point, preventing the flagging of real issues.
7+
As part of our performance improvement measures, we spent time breaking down the total time it takes to analyze a repository and found that a large percentage of time was spent on files that didn't add value to our users. Those files tend to be the biggest in the repository and are typically generated by or dependent on a third-party. It increased analysis time significantly due to the file size and even resulted in timeouts at some point, preventing the flagging of real issues.
88

99
As a solution to this problem, we placed a size limit to the files that Codacy would analyze. This decreased the average analysis time and the number of timeouts, thus improving the overall performance for our users.
1010

0 commit comments

Comments
 (0)