Variable NodeConfig.relay_tx_max_num

The maximum number of transactions relayed in every batch. Value 0 means no limit.

struct NodeConfig
{
  // ...
  uint relay_tx_max_num ;
  // ...
}