MAX_ACTIONS

Constant MAX_ACTIONS 

Source
pub const MAX_ACTIONS: usize = 64;
Expand description

How many context actions one connection may be offered in a single render.

A bound rather than a taste: the whole turn goes into the connection’s queue in one piece, and a queue that refuses an oversized batch closes the connection. Refusing the render is the failure that stays inside the flavor’s own bug.