fix(e2e): fix space limit test limiting issue

This commit is contained in:
hexxa 2021-10-05 19:22:52 +08:00 committed by Hexxa
parent 5eafcf884d
commit c7a2300790

View file

@ -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