Skip to content

Commit

Permalink
Re-enable caching
Browse files Browse the repository at this point in the history
  • Loading branch information
abarciauskas-bgse committed Jun 3, 2024
1 parent aac5899 commit 131cb94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion titiler/stacapi/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class CacheSettings(BaseSettings):
maxsize: int = 512

# Whether or not caching is enabled
disable: bool = True
disable: bool = False

model_config = {
"env_prefix": "TITILER_STACAPI_CACHE_",
Expand Down

0 comments on commit 131cb94

Please sign in to comment.