Skip to content

Commit

Permalink
Increase number of max calls to 10,000. (#65)
Browse files Browse the repository at this point in the history
Increase max calls to 10,000 in ASA-0012 patch.
  • Loading branch information
vincentwschau authored Jan 7, 2025
1 parent cc8700e commit 20a978a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codec/types/interface_registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ var (

// MaxUnpackAnySubCalls extension point that defines the maximum number of sub-calls allowed during the unpacking
// process of protobuf Any messages.
MaxUnpackAnySubCalls = 100
MaxUnpackAnySubCalls = 10000

// MaxUnpackAnyRecursionDepth extension point that defines the maximum allowed recursion depth during protobuf Any
// message unpacking.
Expand Down

0 comments on commit 20a978a

Please sign in to comment.