Skip to content

Commit 0a66667

Browse files
committed
add note about maxBody
1 parent 4dafda0 commit 0a66667

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cloud/scope/common.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ import (
2727
const (
2828
// defaultClientTimeout is the default timeout for a client Linode API call
2929
defaultClientTimeout = time.Second * 10
30-
maxBody = 131072
30+
31+
// MaxBodySize is the max payload size for Akamai edge dns client requests
32+
maxBody = 131072
3133
)
3234

3335
type Option struct {

0 commit comments

Comments
 (0)