pub const MAX_COMMIT_SIZE: u16 = 1024;
Expand description

An arbitrary limit on the number of changes that can be applied in a single transactional update. Exists largely to prevent clients from being able to OOM the netstack.