Skip to content

Commit bb8b768

Browse files
committed
test DefaultWorkers=8
1 parent 9560a2e commit bb8b768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index/scorch/persister.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ type flushable struct {
381381

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

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

0 commit comments

Comments
 (0)