Skip to content

Loading…

Disable silent subscriptions update #138

Closed
mikhaelkh opened this Issue · 2 comments

2 participants

@mikhaelkh

Is there a way to disable silent subscriptions update and do it by user request? A question to both uBlock and HTTPSb. It is useful when you're using limited internet. If there's no way it would be nice to have it in the future. Also, how to disable fetching subscriptions' files from your remote git repository when using git pull? As far as i'm concerned gitignore respects only local changes(

@gorhill

I want to re-code how things work in there:

  • Provide a setting as suggested

Also:

  • Update lazily, i.e only the lists which are in use: there is no point fetching an update of Fanboy Ultimate if it is not in use.
@gorhill gorhill added the fixing label
@gorhill

Taking a bit longer than I expected: I am trying to remove any avoidable overhead (like not pulling from cache if I can know in advance it's not in the cache), and also to foolproof as much as possible error cases (like falling back on cached copy if remote server can't be reached, etc.)

@gorhill gorhill closed this in 1deae3b
@gorhill gorhill removed the fixing label
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.