Constant MAX_TRANSACTION_SIZE

Source
const MAX_TRANSACTION_SIZE: usize = 4096;
Expand description

Maximum number of rows in a transaction. If a transaction is larger than this, it will be force committed to avoid potential OOM.