Skip to content

Commit c369ced

Browse files
AlinsRandspo
andauthored
Update internal/provider/adc/translator/apisixconsumer.go
Co-authored-by: 悟空 <[email protected]>
1 parent b50f5ae commit c369ced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/adc/translator/apisixconsumer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const (
3939
_hmacAuthKeepHeadersDefaultValue = false
4040
_hmacAuthEncodeURIParamsDefaultValue = true
4141
_hmacAuthValidateRequestBodyDefaultValue = false
42-
_hmacAuthMaxReqBodyDefaultValue = int64(524288)
42+
_hmacAuthMaxReqBodyDefaultValue = 524288
4343

4444
_true = "true"
4545
)

0 commit comments

Comments
 (0)