(valuation) Increase the penalty for adtech a bit
This commit is contained in:
parent
1f3b89cf28
commit
ac1aca36b0
@ -155,7 +155,7 @@ public class ResultValuator {
|
||||
}
|
||||
|
||||
if (DocumentMetadata.hasFlags(featureFlags, HtmlFeature.TRACKING_ADTECH.getFeatureBit()))
|
||||
penalty += 5.0 * largeSiteFactor;
|
||||
penalty += 7.5 * largeSiteFactor;
|
||||
|
||||
if (DocumentMetadata.hasFlags(featureFlags, HtmlFeature.AFFILIATE_LINK.getFeatureBit()))
|
||||
penalty += 5.0 * largeSiteFactor;
|
||||
|
Loading…
Reference in New Issue
Block a user