Skip to content

Commit 84dc42f

Browse files
authored
Adding scopeSize to batch execution (#1)
1 parent 5a83b9c commit 84dc42f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

force-app/main/default/classes/chain_Batch.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public inherited sharing abstract class chain_Batch extends chain_Chainable impl
3232
}
3333

3434
public virtual override void executeChain() {
35-
Database.executeBatch(this);
35+
Database.executeBatch(this, this.scopeSize);
3636
}
3737

3838
public override chain_Chainable add(final chain_Chainable aChain) {

0 commit comments

Comments
 (0)