Skip to content
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

Use $limit=0 when checking the cache #20

Closed
dmfenton opened this issue May 18, 2015 · 3 comments · Fixed by #32
Closed

Use $limit=0 when checking the cache #20

dmfenton opened this issue May 18, 2015 · 3 comments · Fixed by #32
Assignees

Comments

@dmfenton
Copy link
Contributor

When checking if the cache is expired, there is no need to request all the data.
E.g.
https://data.nola.gov/resource/5fn8-vtui.json?$limit=0 vs
https://data.nola.gov/resource/5fn8-vtui.json

@dmfenton
Copy link
Contributor Author

@chelm
Copy link
Contributor

chelm commented May 19, 2015

Unfortunately I dont think the checkCache code is currently working or actually being called. This needs to be addressed.

@dmfenton
Copy link
Contributor Author

resolved by #32

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants