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'),
default: '30',
type: 'number',
min: 30,
max: 150
min: 30
},
cache_directory: {
name: $t('dialog.config_json.cache_directory'),