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

Implement differential filter list updates #5525

Open
ameshkov opened this issue Dec 2, 2024 · 0 comments
Open

Implement differential filter list updates #5525

ameshkov opened this issue Dec 2, 2024 · 0 comments

Comments

@ameshkov
Copy link
Member

ameshkov commented Dec 2, 2024

Issue Details

With the current approach to updates, we have a problem: it takes a very long time for an update to reach the application.

There’s also a second issue: downloading filters consumes a huge amount of traffic and can end up costing a ton of money.

Proposed solution

The solution to this is differential filter updates, which will enable the filters to be updated as quickly as possible. From a product perspective, the setting "update filters every X hours" becomes obsolete—filters will now update automatically as fast as possible.

All this functionality is implemented in the FilterListManager library, which needs to be integrated.

Alternative solution

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants