Skip to content

Commit

Permalink
chore: configure maxBatchSize in infra script
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor Porter <[email protected]>
  • Loading branch information
daniel-savu and tkporter committed Apr 30, 2024
1 parent 03fa400 commit 5f23786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typescript/infra/src/agents/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export abstract class AgentHelmManager {
rpcConsensusType: this.rpcConsensusType(chain),
protocol: metadata.protocol,
blocks: { reorgPeriod },
maxBatchSize: 4,
};
}),
},
Expand Down

0 comments on commit 5f23786

Please sign in to comment.