mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Make flow graph retry longer (#24355)
Signed-off-by: xiaofan-luan <xiaofan.luan@zilliz.com>
This commit is contained in:
parent
014387fd94
commit
49f75e5e11
@ -34,12 +34,12 @@ type (
|
||||
InputNode = flowgraph.InputNode
|
||||
)
|
||||
|
||||
var flowGraphRetryOpt = retry.Attempts(5)
|
||||
var flowGraphRetryOpt = retry.Attempts(20)
|
||||
|
||||
var fgRetryOptVal atomic.Value
|
||||
|
||||
func init() {
|
||||
setFlowGraphRetryOpt(retry.Attempts(5))
|
||||
setFlowGraphRetryOpt(retry.Attempts(20))
|
||||
}
|
||||
|
||||
// setFlowGraphRetryOpt set retry option for flowgraph
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user