pub fn read_usize_or_max( file_path: &str, max_value: usize, ) -> Result<usize, Error>
Helper function that helps to retrieve value in file, if value is “max”, max_value will be returned instead.
max_value