fix(e2e): fix space limit test limiting issue
This commit is contained in:
parent
5eafcf884d
commit
c7a2300790
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@ func TestSpaceLimit(t *testing.T) {
|
|||
"minUserNameLen": 2,
|
||||
"minPwdLen": 4,
|
||||
"captchaEnabled": false,
|
||||
"uploadSpeedLimit": 409600,
|
||||
"downloadSpeedLimit": 409600,
|
||||
"uploadSpeedLimit": 4096000,
|
||||
"downloadSpeedLimit": 4096000,
|
||||
"spaceLimit": %d,
|
||||
"limiterCapacity": 1000,
|
||||
"limiterCyc": 1000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue