mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-09 12:00:26 +08:00
10 lines
186 B
Go
10 lines
186 B
Go
// 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
|
|
)
|