fix: Fix Redis performance tuning abnormalities (#9607)

This commit is contained in:
ssongliu 2025-07-22 18:00:07 +08:00 committed by GitHub
parent 2af1993383
commit 90e76e3a0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -262,6 +262,7 @@ const onSubmitForm = async (formEl: FormInstance | undefined) => {
};
const submitForm = async () => {
let param = {
dbType: 'redis',
database: database.value,
timeout: form.timeout + '',
maxclients: form.maxclients + '',