Skip to content

Commit

Permalink
change 45 to 15
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed May 28, 2024
1 parent 8bcff68 commit acb7935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup/internal/controller/watcher/batch_proposer.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func (p *BatchProposer) proposeBatch() error {
maxChunksThisBatch = 15
} else {
codecVersion = encoding.CodecV2
maxChunksThisBatch = 45
maxChunksThisBatch = 15
}

// select at most maxChunkNumPerBatch chunks
Expand Down

0 comments on commit acb7935

Please sign in to comment.