-
Notifications
You must be signed in to change notification settings - Fork 32
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
Proposal of tweaks around global and local cache configuration #45
base: main
Are you sure you want to change the base?
Conversation
kdybicz
commented
Jul 1, 2022
•
edited
Loading
edited
- Making sure global cache configuration is taken into consideration for all datasource methods
- Making sure method-specific cache configuration is overriding global configuration, if present
- Adding related tests
- Adding VSC configuration folder to .gitignore
@StarpTech I'm happy to talk through the changes I've made and the motivation, I also have following changes queued up, ie. for optional |
.vscode/launch.json
Outdated
@@ -0,0 +1,20 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove .vscode files and add them to the .gitignore file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@StarpTech done
Hi @kdybicz sorry for the late response. Your change will give request options precedence over global defaults. This is natural and the current behavior was more of a bug. |