mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
10 lines
210 B
Go
10 lines
210 B
Go
package reader
|
|
|
|
import "github.com/zilliztech/milvus-distributed/internal/util/flowgraph"
|
|
|
|
const maxQueueLength = 1024
|
|
const maxParallelism = 1024
|
|
|
|
type BaseNode = flowgraph.BaseNode
|
|
type Node = flowgraph.Node
|