Constant raftstore::store::fsm::peer::MAX_REGIONS_IN_ERROR[][src]

const MAX_REGIONS_IN_ERROR: usize = 10;

Limits the maximum number of regions returned by error.

Another choice is using coprocessor batch limit, but 10 should be a good fit in most case.