pub const MAXIMUM_ENTRIES_PER_BATCH: u16 = 64;
Expand description

The size 64 was chosen because entries in batches are handles to VMOs and there is a limit of 64 handles per fidl message.