We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53eab9a commit d21cbc3Copy full SHA for d21cbc3
index/scorch/persister.go
@@ -381,7 +381,7 @@ type flushable struct {
381
382
// number workers which parallely perform an in-memory merge of the segments
383
// followed by a flush operation.
384
-var DefaultNumPersisterWorkers = 4
+var DefaultNumPersisterWorkers = 8
385
386
// maximum size of data that a single worker is allowed to perform the in-memory
387
// merge operation.
0 commit comments