pub const MAX_ACTIONS: usize = 128;
Maximum allowed actions in a single InputCommand to prevent payload DoS. Chosen to stay well within MAX_SAFE_PAYLOAD_SIZE (1200 bytes).
InputCommand
DoS
MAX_SAFE_PAYLOAD_SIZE