Skip to main content

CHUNK_LEN

Constant CHUNK_LEN 

Source
const CHUNK_LEN: u64 = _; // 4_194_304u64
Expand description

Bytes per response. Large enough that a film needs relatively few round trips, small enough that one response is never a memory problem on a phone. Tauri’s asset protocol uses 1 MiB; 4 MiB quarters the request count for the multi-gigabyte files this exists to serve.