mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-30 04:10:25 +08:00
优化代码
This commit is contained in:
9
internal/waf/utils/consts.go
Normal file
9
internal/waf/utils/consts.go
Normal file
@@ -0,0 +1,9 @@
|
||||
// Copyright 2022 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
|
||||
|
||||
package utils
|
||||
|
||||
import "github.com/TeaOSLab/EdgeNode/internal/utils/sizes"
|
||||
|
||||
const (
|
||||
MaxBodySize = 4 * sizes.M
|
||||
)
|
||||
Reference in New Issue
Block a user