mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-01 16:45:36 +08:00
Fix data node tickle not run default (#22622)
Signed-off-by: aoiasd <zhicheng.yue@zilliz.com>
This commit is contained in:
parent
a7076e4626
commit
69f4afe456
@ -1567,6 +1567,7 @@ type dataNodeConfig struct {
|
||||
func (p *dataNodeConfig) init(base *BaseTable) {
|
||||
p.Base = base
|
||||
p.NodeID.Store(UniqueID(0))
|
||||
p.initWatchEventTicklerInterval()
|
||||
p.initFlowGraphMaxQueueLength()
|
||||
p.initFlowGraphMaxParallelism()
|
||||
p.initFlushInsertBufferSize()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user