From 9039250e031c04b9628dc0f5ff113692e9758777 Mon Sep 17 00:00:00 2001 From: LariDG Date: Wed, 13 Nov 2024 11:24:32 +0000 Subject: [PATCH] changed back to simplecache --- src/api/static/intake/level1.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/api/static/intake/level1.yml b/src/api/static/intake/level1.yml index 4857151..7ce7727 100644 --- a/src/api/static/intake/level1.yml +++ b/src/api/static/intake/level1.yml @@ -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 @@ -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