You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By adding a last_modified field to datasets and files, the backend can cache datasets that were requested for download.
When requested again, a simple check against the last_modified of the dataset will determine whether to re-generate or re-use (if outdated, the cached file should get removed to free up disk space).
A redirect could let web-server serve cached file.
The text was updated successfully, but these errors were encountered:
By adding a
last_modified
field to datasets and files, the backend can cache datasets that were requested for download.When requested again, a simple check against the
last_modified
of the dataset will determine whether to re-generate or re-use (if outdated, the cached file should get removed to free up disk space).A redirect could let web-server serve cached file.
The text was updated successfully, but these errors were encountered: