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

Don't add large_image files to the source cache on girder import #1294

Closed
manthey opened this issue Sep 13, 2023 · 1 comment · Fixed by #1296
Closed

Don't add large_image files to the source cache on girder import #1294

manthey opened this issue Sep 13, 2023 · 1 comment · Fixed by #1296

Comments

@manthey
Copy link
Member

manthey commented Sep 13, 2023

No description provided.

@manthey
Copy link
Member Author

manthey commented Sep 13, 2023

This might have harmonies with #1145 and/or #1206.

manthey added a commit that referenced this issue Sep 13, 2023
When opening a tile source, pass `noCache=True`.  In this mode, the tile
source can directly have its style modified (e.g., `source.style = <new
value>`).  This is also used when importing images into girder to avoid
flushing the cache of tile sources that are in active use.

This closes #1294.

This closes #1145.

There is a config value `cache_sources`, that, if False, makes `noCache`
default to False.

This closes #1206.
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.

1 participant