Constant MAX_CONCURRENT_READS

Source
pub const MAX_CONCURRENT_READS: u32 = _; // 2_147_483_646u32
Expand description

The maximum number of read locks which can be held concurrently.

Acquiring more than this number of read locks simultaneously will panic.