fix(files): cleanups

This commit is contained in:
hexxa 2021-08-20 22:39:21 +08:00 committed by Hexxa
parent c864c2bcb5
commit 2b55d5c159
2 changed files with 5 additions and 4 deletions

View file

@ -71,9 +71,9 @@ func DefaultConfig() (string, error) {
CaptchaWidth: 256,
CaptchaHeight: 60,
CaptchaEnabled: true,
UploadSpeedLimit: 100 * 1024, // B
DownloadSpeedLimit: 100 * 1024, // B
SpaceLimit: 1024, // GB
UploadSpeedLimit: 100 * 1024, // B
DownloadSpeedLimit: 100 * 1024, // B
SpaceLimit: 1024 * 1024 * 100, // 100MB
LimiterCapacity: 1000,
LimiterCyc: 1000, // 1s
},