We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c3780 commit da4ff09Copy full SHA for da4ff09
stackmuncher_lib/src/report.rs
@@ -150,7 +150,7 @@ impl Report {
150
/// Repos with this more files than this are ignored
151
/// This is a temporary measure. The file count should be taken after some files were ignored,
152
/// but since ignoring files like nodejs modules is not implemented we'll just ignore such repos.
153
- pub const MAX_FILES_PER_REPO: usize = 5000;
+ pub const MAX_FILES_PER_REPO: usize = 10000;
154
155
/// Adds up `tech` totals from `other_report` into `self`, clears unprocessed files and unknown extensions.
156
pub fn merge(merge_into: Option<Self>, other_report: Self) -> Option<Self> {
0 commit comments