-
Notifications
You must be signed in to change notification settings - Fork 535
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove Waffle Switch for Soft Blocking and Simplify MLBF Logic
This commit removes the Waffle switch for soft blocking and updates the MLBF (Machine Learning Bloom Filter) logic to always process soft-blocked items. Key changes include: - Removed all references to the 'enable-soft-blocking' Waffle switch - Simplified test cases to remove conditional logic based on the switch - Updated MLBF generation and stash creation to always include soft-blocked items - Removed conditional checks in cron and MLBF processing that were dependent on the switch The changes streamline the blocklist filter generation process and remove unnecessary complexity around soft blocking configuration.
- Loading branch information
Showing
5 changed files
with
60 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.