Tokudb max row size limit

Hello, im using tokudb for a while to store xml’s strings, recently i have the need to store larger xmls (about 100-150mb) so i switched to longtext columns but im getting [ERROR] TokuDB: The largest value allowed is 33554432 bytes on mysql log, if i try with an innodb table it works but i really like tokudb compression, is there any configuration or something i can do to enable a row size limit up to 32mb?

Really appreciate your help.

Regards

These values are hard coded within the PerconaFT layer, 32K per key, 32M per value.