Skip to content

Commit

Permalink
Adding scopeSize to batch execution (scolladon#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
gskaruz authored Jun 2, 2020
1 parent 5a83b9c commit 84dc42f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion force-app/main/default/classes/chain_Batch.cls
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public inherited sharing abstract class chain_Batch extends chain_Chainable impl
}

public virtual override void executeChain() {
Database.executeBatch(this);
Database.executeBatch(this, this.scopeSize);
}

public override chain_Chainable add(final chain_Chainable aChain) {
Expand Down

0 comments on commit 84dc42f

Please sign in to comment.