-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
Issue Details
When user enables a filter, the version that gets applied may not be the most recent one.
The latest version is downloaded only if user manually triggers update of all enabled filters, or when the automatic update check runs according to update interval configured in the user’s settings.
As a result, user may work with outdated filter rules for extended period of time after enabling a filter.
Proposed solution
Add automatic update check for filter immediately after the user enables it
This update check should:
- be scheduled approximately 5 seconds after filter is enabled (not executed instantly)
- target only the specific filter that was enabled
Alternative solution
No response