mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-10-19 03:46:10 +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 () => {
|
const submitForm = async () => {
|
||||||
let param = {
|
let param = {
|
||||||
|
dbType: 'redis',
|
||||||
database: database.value,
|
database: database.value,
|
||||||
timeout: form.timeout + '',
|
timeout: form.timeout + '',
|
||||||
maxclients: form.maxclients + '',
|
maxclients: form.maxclients + '',
|
||||||
|
|
Loading…
Add table
Reference in a new issue