Constant holochain::core::MAX_TAG_SIZE[][src]

pub const MAX_TAG_SIZE: usize = 1000;
Expand description

1kb limit on LinkTags. Tags are used as keys to the database to allow fast lookup so they should be small.