mirror of
https://github.com/astaxie/beego.git
synced 2024-11-22 13:40:55 +00:00
fix
This commit is contained in:
parent
0307c8b110
commit
4b12e053b7
@ -107,7 +107,7 @@ type serveContentReader struct {
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
//max file size to cache,default: 3m
|
//max file size to cache,default: 3m
|
||||||
MaxCacheFileSize int = 1024 * 1024 * 2
|
MaxCacheFileSize int = 1024 * 1024 * 3
|
||||||
//max file count to cache,default: 100
|
//max file count to cache,default: 100
|
||||||
MaxCacheFileCount int = 100
|
MaxCacheFileCount int = 100
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user