Skip to content

Commit

Permalink
Increase max calls to 10,000 in ASA-0012 patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentwschau committed Jan 6, 2025
1 parent cc8700e commit 0683103
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 0683103

Please sign in to comment.