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

Add an option to not cache sources. #1296

Merged
merged 1 commit into from
Sep 13, 2023
Merged

Add an option to not cache sources. #1296

merged 1 commit into from
Sep 13, 2023

Conversation

manthey
Copy link
Member

@manthey manthey commented 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 functionally default to False.

This closes #1206.

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.
This was referenced Sep 13, 2023
@manthey manthey merged commit ce36734 into master Sep 13, 2023
7 checks passed
@manthey manthey deleted the no-cache-option branch September 13, 2023 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant