fix(chunk): ensure NumListWorkers is set during Chunk initialization (#1396)

This commit is contained in:
j2rong4cn
2025-09-30 21:39:19 +08:00
committed by GitHub
parent 8f17d35ed5
commit 9d3da44a99

View File

@@ -32,6 +32,7 @@ func init() {
return &Chunk{
Addition: Addition{
ChunkPrefix: "[openlist_chunk]",
NumListWorkers: 5,
},
}
})