-
Notifications
You must be signed in to change notification settings - Fork 112
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
Update http cache rules to be more effective #1870
Conversation
weird errors have appeared with cold cache
comes from urllib3
EDIT: Asked question about it in requests-cache: |
Heavy caching may result duplicate marking as watched, i.e plex state is cached, and now another Marking as watched would make duplicate watch. Should re-fetch item before making actual changes. |
Stale if error moved a to separate pr: |
It seems to be working locally for a while. Also, as trakt reduced api calls per 5 minute limit, it might become useful to tune caching: |
Such overrides actually work now:
Might even work like offline mode now.