fix(configs): incorrect space limit
This commit is contained in:
parent
0a8c3e77a2
commit
c864c2bcb5
2 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ server:
|
||||||
captchaEnabled: true
|
captchaEnabled: true
|
||||||
uploadSpeedLimit: 409600 # 400KB/limiterCyc
|
uploadSpeedLimit: 409600 # 400KB/limiterCyc
|
||||||
downloadSpeedLimit: 409600 # 400KB/limiterCyc
|
downloadSpeedLimit: 409600 # 400KB/limiterCyc
|
||||||
spaceLimit: 1024 # 1GB
|
spaceLimit: 104857600 # 100MB
|
||||||
limiterCapacity: 1000
|
limiterCapacity: 1000
|
||||||
limiterCyc: 1000 # 1s
|
limiterCyc: 1000 # 1s
|
||||||
users:
|
users:
|
||||||
|
|
|
@ -17,7 +17,7 @@ server:
|
||||||
captchaEnabled: true
|
captchaEnabled: true
|
||||||
uploadSpeedLimit: 102400 # 100k/limiterCyc
|
uploadSpeedLimit: 102400 # 100k/limiterCyc
|
||||||
downloadSpeedLimit: 102400 # 100k/limiterCyc
|
downloadSpeedLimit: 102400 # 100k/limiterCyc
|
||||||
spaceLimit: 1024 # 1GB
|
spaceLimit: 104857600 # 100MB
|
||||||
limiterCapacity: 1000
|
limiterCapacity: 1000
|
||||||
limiterCyc: 1000 # 1s
|
limiterCyc: 1000 # 1s
|
||||||
users:
|
users:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue