MAX_FILE_SIZE

Constant MAX_FILE_SIZE 

Source
pub const MAX_FILE_SIZE: usize = _; // 10_485_760usize
Expand description

Maximum file size in bytes (10 MB).

Files larger than this will be rejected to prevent memory exhaustion and DoS attacks.