Skip to content

Adjust DEFAULT_MASS_THRESHOLD and POINTS_PER_OVERAGE #301

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 20, 2017

Conversation

larkinscott
Copy link
Contributor

@larkinscott larkinscott commented Dec 20, 2017

This fix sets the DEFAULT_MASS_THRESHOLD to 100 and the POINTS_PER_OVERAGE to 10,000, which is more reasonable based on the Go AST.

The previous DEFAULT_MASS_THRESHOLD was simply too low and allowing tiny issues to be flagged as duplication. Similarly, the previous POINTS_PER_OVERAGE was too high and was representing a time-to-fix that was abnormally long.

@larkinscott larkinscott merged commit b8be752 into master Dec 20, 2017
@larkinscott larkinscott deleted the sl/adjust-mass-and-overage branch December 20, 2017 21:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants