This is a configuration for PBFT consensus with default values:
general:
batchsize: 500
timeout:
batch: 1s
It means that new block will be generated when any of these conditions is met:
There are 500 transactions in a buffer
1 second passed from time when previous block was generated.