1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-02 01:43:27 +00:00
This commit is contained in:
jianzhiyao 2020-05-09 17:58:10 +08:00
parent 0307c8b110
commit 4b12e053b7

View File

@ -107,7 +107,7 @@ type serveContentReader struct {
const (
//max file size to cache,default: 3m
MaxCacheFileSize int = 1024 * 1024 * 2
MaxCacheFileSize int = 1024 * 1024 * 3
//max file count to cache,default: 100
MaxCacheFileCount int = 100
)