Skip to content

Commit

Permalink
test DefaultWorkers=8
Browse files Browse the repository at this point in the history
  • Loading branch information
Thejas-bhat committed Feb 28, 2025
1 parent 7c064c1 commit 2916459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index/scorch/persister.go
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ type flushable struct {

// number workers which parallely perform an in-memory merge of the segments
// followed by a flush operation.
var DefaultNumPersisterWorkers = 4
var DefaultNumPersisterWorkers = 8

// maximum size of data that a single worker is allowed to perform the in-memory
// merge operation.
Expand Down

0 comments on commit 2916459

Please sign in to comment.