From cde4ad6a07491564dac21b3dcdac45067c9d1d0b Mon Sep 17 00:00:00 2001 From: Egor Aristov Date: Thu, 1 May 2025 23:01:48 +0300 Subject: [PATCH] cache defaults set to 10 minutes --- frontend/wizard-vue/src/urlmaker/specs.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/wizard-vue/src/urlmaker/specs.ts b/frontend/wizard-vue/src/urlmaker/specs.ts index 0163297..f0c61c0 100644 --- a/frontend/wizard-vue/src/urlmaker/specs.ts +++ b/frontend/wizard-vue/src/urlmaker/specs.ts @@ -83,7 +83,7 @@ export const fields = [ name: 'cache_lifetime', input_type: 'text', label: 'Cache lifetime (format examples: 10s, 1m, 2h)', - default: '1m', + default: '10m', validate: validateDuration, }, ] as const satisfies Field[];