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[];