Constant MAX_STRING_SIZE
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.
pub const MAX_STRING_SIZE: u64 = 12000; // 12_000u64
Strings over 12 kb will be tossed. This number is chosen arbitrarily, if you think it should be higher just ask.