[][src]Constant fastly_shared::MAX_PENDING_REQS

pub const MAX_PENDING_REQS: u32 = 16 * 1024; // 16_384u32

The maximum number of pending requests that can be passed to select.

In practice, a program will be limited first by the number of requests it can create.