MAX_STRING_SIZE

Constant MAX_STRING_SIZE 

Source
pub const MAX_STRING_SIZE: u64 = 12000; // 12_000u64
Expand description

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