The maximum number of bytes of the storage value can never exceed 124 bytes. This is a technical limitation and it should be possible to store any number of bytes.
UPDATE
This could be a byte overflow on data retrieval. Data is stored without terminators and all string operations require a \0 boundry.
The maximum number of bytes of the storage value can never exceed 124 bytes. This is a technical limitation and it should be possible to store any number of bytes.
UPDATE This could be a byte overflow on data retrieval. Data is stored without terminators and all string operations require a \0 boundry.