metzli
metzli copied to clipboard
Support for large data
Hi, when I want to encode large json data i see this error: 'InvalidArgumentException with message 'Data too large'. Is it possible to increase max. data size? Thanks in advance.
Aztec codes can contain up to about 1914 bytes (which includes error correction data). Depending on your application, you might be able to encode more data if you lower the ECC rate (second parameter of Encoder::encode
).