mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-17 10:57:24 +08:00
fix: Fix Redis performance tuning abnormalities (#9607)
This commit is contained in:
parent
2af1993383
commit
90e76e3a0f
1 changed files with 1 additions and 0 deletions
|
@ -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 + '',
|
||||
|
|
Loading…
Add table
Reference in a new issue