pub const MAX_STRING_LENGTH: u16 = 1024;
Expand description

Maximum length of a string that is alowed in a DataElement. If a DataElement string longer than this is sent by a peer it will be truncated.