Constant MAX_READS

Source
const MAX_READS: u32 = 4096;
Expand description

Safety cap on ReadSample calls per request (no busy loops on a misbehaving source).