const DEFAULT_QUEUE_LIMIT: usize = 20;
Expand description
The default limit of the ImageRequestQueue
, aka the maximum number of
concurrent image requests.
const DEFAULT_QUEUE_LIMIT: usize = 20;
The default limit of the ImageRequestQueue
, aka the maximum number of
concurrent image requests.