Since the driver does not support automatically handling partial packets when writing, this is determined by the PLC packet size. Most Compact/ControlLogix support a 500 byte packet size. If you subtract about 30 bytes for the header, this leaves 470 bytes for data. DINT needs 4 bytes, so you should be able to write at least 117 DINTs and double that for INTs.