Skip to main content

MAX_PATH_LEN

Constant MAX_PATH_LEN 

Source
pub const MAX_PATH_LEN: usize = 256;
Expand description

This is the longest path length we guarantee we can handle, since we won’t be able to allocate in the fork of the crashed process. We can increase if necessary.