We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e4b34 commit a6ae416Copy full SHA for a6ae416
vms/platformvm/state/metadata_codec.go
@@ -18,7 +18,7 @@ const (
18
var metadataCodec codec.Manager
19
20
func init() {
21
- c := linearcodec.New([]string{v0tag}, linearcodec.DefaultMaxSliceLength)
+ c := linearcodec.New([]string{v0tag}, math.MaxInt32)
22
metadataCodec = codec.NewManager(math.MaxInt32)
23
24
err := metadataCodec.RegisterCodec(v0, c)
0 commit comments