pub const MAX_STRING_SIZE: u64 = 12000;
Expand description

Strings over 12 kb will be tossed. This number is chosen arbitrarily, if you think it should be higher just ask.