diff --git a/codec/types/interface_registry.go b/codec/types/interface_registry.go index 93fbca7c8850..2f4626a6dfc2 100644 --- a/codec/types/interface_registry.go +++ b/codec/types/interface_registry.go @@ -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.