cache defaults set to 10 minutes

This commit is contained in:
Egor Aristov 2025-05-01 23:01:48 +03:00
parent ff1e5e8d45
commit cde4ad6a07
Signed by: egor3f
GPG Key ID: 40482A264AAEC85F

View File

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