-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Verification Steps
- I have read the documentation and confirmed that this feature is not implemented
- I have searched for the feature request I want to propose in the Issue Tracker and did not find it
- I am a non-Chinese user.
Description
Hi and thanks for the project!
For some devices like routers there is a need to conserve resources heavily and sometimes updates of rule lists can cause unforeseen problems. It would be easier to solve them by noticing a warning in the logs rather than looking for the cause of performance problems. So I want to suggest an option to set a downloaded file size limit for rule provider.
For example, something like this:
rule-providers:
example:
type: http
behavior: classical
url: "https://..../file.yaml"
path: "./ruleset/file.yaml"
format: yaml
proxy: Proxy
interval: 86400
size-limit: 100kb
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request