Skip to content

Commit

Permalink
Merge pull request #1255 from snyk/feat/increase-max-path-count
Browse files Browse the repository at this point in the history
feat: increases max limit of a project paths that can be processed
  • Loading branch information
anthogez committed Jul 1, 2020
2 parents 73cbd99 + 7ff8ca6 commit 55573e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.default.json
Expand Up @@ -2,5 +2,5 @@
"API": "https://snyk.io/api/v1",
"devDeps": false,
"PRUNE_DEPS_THRESHOLD": 40000,
"MAX_PATH_COUNT": 150000
"MAX_PATH_COUNT": 1500000
}

0 comments on commit 55573e0

Please sign in to comment.