Skip to content

Commit

Permalink
(#137) increase tinypack decoder MaxVariadicLength
Browse files Browse the repository at this point in the history
  • Loading branch information
akeyder authored and spilin committed Jul 11, 2023
1 parent 58eb61c commit acb355e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinypack/decoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type Decoder struct {

func DefaultDecoder() *Decoder {
return &Decoder{
MaxVariadicLength: 1_000_000,
MaxVariadicLength: 10_000_000,
}
}

Expand Down

0 comments on commit acb355e

Please sign in to comment.