cache defaults set to 10 minutes
This commit is contained in:
parent
ff1e5e8d45
commit
cde4ad6a07
@ -83,7 +83,7 @@ export const fields = [
|
|||||||
name: 'cache_lifetime',
|
name: 'cache_lifetime',
|
||||||
input_type: 'text',
|
input_type: 'text',
|
||||||
label: 'Cache lifetime (format examples: 10s, 1m, 2h)',
|
label: 'Cache lifetime (format examples: 10s, 1m, 2h)',
|
||||||
default: '1m',
|
default: '10m',
|
||||||
validate: validateDuration,
|
validate: validateDuration,
|
||||||
},
|
},
|
||||||
] as const satisfies Field[];
|
] as const satisfies Field[];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user