Constant tvix_castore::nodes::symlink_target::MAX_TARGET_LEN

source ·
pub const MAX_TARGET_LEN: usize = 4095;
Expand description

The maximum length a symlink target can have. Linux allows 4095 bytes here.