解决超时问题

This commit is contained in:
2026-04-09 17:08:05 +08:00
parent 36d2a8945e
commit 4a4bd8f67c
4 changed files with 257 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ type PlatformFileController struct {
beego.Controller
}
const fileUploadMaxMB = 200
const fileUploadMaxMB = 2048 // 2GB,适用于大型软件安装包
const fileUploadMaxBytes = fileUploadMaxMB * 1024 * 1024
var fileTypeByCategory = map[string]uint8{