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

Bust cache #345

Open
kcarnold opened this issue Nov 25, 2023 · 1 comment · May be fixed by #347
Open

Bust cache #345

kcarnold opened this issue Nov 25, 2023 · 1 comment · May be fixed by #347
Assignees

Comments

@kcarnold
Copy link

If a GitHub CSV is requested by URL, a cached (old) version might be loaded. Especially for GitHub-hosted files.

Simple cache-buster: append '?timestamp='+(Date.now()) to the URL. (Some work would be required to make this robust if the URL already has a query-string, for example, though.)

@kvlinden
Copy link
Collaborator

Faeren,

Can you please add this, hopefully simple, issue to your TODO list? We git bit by the caching problem all the time.

keith

@kcarnold kcarnold linked a pull request Feb 19, 2024 that will close this issue
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.

3 participants