pub const MAX_COMMIT_SIZE: u16 = 1024; // 1_024u16
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.