Skip to content

Commit 4df61ad

Browse files
authored
Merge pull request #8113 from onflow/jord/chunk-workers-default
Change chunk data pack workers default 5 -> 15
2 parents 3552c1d + d9bc8ca commit 4df61ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/verification/fetcher/chunkconsumer/consumer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313

1414
const (
1515
DefaultJobIndex = uint64(0)
16-
DefaultChunkWorkers = uint64(5)
16+
DefaultChunkWorkers = uint64(15)
1717
)
1818

1919
// ChunkConsumer consumes the jobs from the job queue, and pass it to the

0 commit comments

Comments
 (0)