Skip to main content

UPLOAD_PART

Constant UPLOAD_PART 

Source
pub const UPLOAD_PART: usize = _; // 8_388_608usize
Expand description

The size of each part of an upload but the last.

The Wiki takes parts of 5 to 16 MB, the last one smaller; this sits in the middle, so a file needs few requests and no part is refused for size.