Deployment Batch Size
DEFINITION
Deployment batch size is the average number of lines changed per deployment. Deployments should be small if they are frequent, and introducing fewer changes in each deployment helps decrease the risk of errors.
HOW IT’S MEASURED
We auto-detect deployments for each repository using hooks from your Git provider when possible, but you can also manually assign specific workflows as production deployments for each repository. You can learn how to configure deployments here.