减少WAF预读尺寸

This commit is contained in:
刘祥超
2022-12-02 21:08:03 +08:00
parent 6fc30144f7
commit dc3f26ea1a

View File

@@ -5,5 +5,5 @@ package utils
import "github.com/TeaOSLab/EdgeNode/internal/utils/sizes"
const (
MaxBodySize = 4 * sizes.M
MaxBodySize = 2 * sizes.M
)