Skip to content

Commit

Permalink
changed back to simplecache
Browse files Browse the repository at this point in the history
  • Loading branch information
LariDG committed Nov 13, 2024
1 parent 2cf5508 commit 9039250
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/api/static/intake/level1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ sources:
type: str
default: ""
cache_type:
description: Type of caching to use with s3. Defaults to "filecache"
description: Type of caching to use with s3. Defaults to "simplecache"
type: str
default: "filecache"
default: "simplecache"
args:
urlpath: "{{cache_type}}::{{url}}/{{group}}"
consolidated: True
Expand All @@ -35,9 +35,9 @@ sources:
type: str
default: ""
cache_type:
description: Type of caching to use with s3. Defaults to "filecache"
description: Type of caching to use with s3. Defaults to "simplecache"
type: str
default: "filecache"
default: "simplecache"
args:
urlpath: "{{cache_type}}::{{url}}"
consolidated: True
Expand Down

0 comments on commit 9039250

Please sign in to comment.