chore: formatting
This commit is contained in:
@@ -3,8 +3,7 @@ package limits
|
|||||||
// Common size limits used when reading upstream responses.
|
// Common size limits used when reading upstream responses.
|
||||||
|
|
||||||
const (
|
const (
|
||||||
Bytes512 = 512
|
Bytes512 = 512
|
||||||
KiB512 int64 = 512 << 10
|
KiB512 int64 = 512 << 10
|
||||||
MiB2 int64 = 2 << 20
|
MiB2 int64 = 2 << 20
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user