[][src]Constant self_encryption::MAX_CHUNK_SIZE

pub const MAX_CHUNK_SIZE: u32 = 1024 * 1024; // 1_048_576u32

The maximum size (before compression) of an individual chunk of the file, defined as 1MB.