remove max cache_expiry_delay

This commit is contained in:
Natsumi
2023-10-27 23:55:42 +13:00
parent 091b559272
commit 720e16cdf2

View File

@@ -22310,8 +22310,7 @@ speechSynthesis.getVoices();
name: $t('dialog.config_json.cache_expiry_delay'), name: $t('dialog.config_json.cache_expiry_delay'),
default: '30', default: '30',
type: 'number', type: 'number',
min: 30, min: 30
max: 150
}, },
cache_directory: { cache_directory: {
name: $t('dialog.config_json.cache_directory'), name: $t('dialog.config_json.cache_directory'),