Skip to content

Commit 9d3da44

Browse files
authored
fix(chunk): ensure NumListWorkers is set during Chunk initialization (#1396)
1 parent 8f17d35 commit 9d3da44

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/chunk/meta.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ func init() {
3131
op.RegisterDriver(func() driver.Driver {
3232
return &Chunk{
3333
Addition: Addition{
34-
ChunkPrefix: "[openlist_chunk]",
34+
ChunkPrefix: "[openlist_chunk]",
35+
NumListWorkers: 5,
3536
},
3637
}
3738
})

0 commit comments

Comments
 (0)