Skip to content

Commit

Permalink
increase overclock multiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady committed Dec 9, 2020
1 parent c72482f commit f02e95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/indexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const (
// we multiply runtime.NumCPU by to determine
// how many concurrent compressions we should
// perform when pre-storing block data.
overclockMultiplier = 4
overclockMultiplier = 16

// semaphoreWeight is the weight of each semaphore request.
semaphoreWeight = int64(1)
Expand Down

0 comments on commit f02e95a

Please sign in to comment.