fix(fe): refactor fe to support visitor accessing

This commit is contained in:
hexxa 2021-09-24 22:12:48 +08:00 committed by Hexxa
parent 2ccdf0e287
commit 9501bed740
3 changed files with 38 additions and 65 deletions

View file

@ -25,8 +25,8 @@ const (
defaultSpaceLimit = 1024 * 1024 * 1024 // 1GB
defaultUploadSpeedLimit = 50 * 1024 * 1024 // 50MB
defaultDownloadSpeedLimit = 50 * 1024 * 1024 // 50MB
visitorUploadSpeedLimit = 10 * 1024 * 1024 // 50MB
visitorDownloadSpeedLimit = 10 * 1024 * 1024 // 50MB
visitorUploadSpeedLimit = 10 * 1024 * 1024 // 10MB
visitorDownloadSpeedLimit = 10 * 1024 * 1024 // 10MB
)
var (