Skip to content
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

Slightly more aggressive heuristic #11

Closed
m3047 opened this issue Jul 6, 2024 · 1 comment
Closed

Slightly more aggressive heuristic #11

m3047 opened this issue Jul 6, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@m3047
Copy link
Owner

m3047 commented Jul 6, 2024

The default heuristic now attenuates the base heuristic as well as the boost. Essentially this:

<base heuristic> + <boost> / <attenuator>

is changed to this:

(<base heuristic> + <boost>) / <attenuator>

Why? Would anyone in their right mind have CNAME chains seven or eight names deep? Well I can't speak to their state of mind but yes, yes they do. It's not a huge problem but the change should clear out some names which were only seen a handful of times some days ago.

@m3047 m3047 added the enhancement New feature or request label Jul 6, 2024
@m3047
Copy link
Owner Author

m3047 commented Jul 6, 2024

Change is committed at 6e32b5e

@m3047 m3047 closed this as completed Jul 6, 2024
@m3047 m3047 pinned this issue Jul 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant