mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Set grpc config wait_for_ready as false (#14310)
Signed-off-by: sunby <bingyi.sun@zilliz.com> Co-authored-by: sunby <bingyi.sun@zilliz.com>
This commit is contained in:
parent
48388e4f71
commit
76ac40ded2
@ -122,7 +122,7 @@ func (c *ClientBase) connect(ctx context.Context) error {
|
||||
retryPolicy := `{
|
||||
"methodConfig": [{
|
||||
"name": [{}],
|
||||
"waitForReady": true,
|
||||
"waitForReady": false,
|
||||
"retryPolicy": {
|
||||
"MaxAttempts": 4,
|
||||
"InitialBackoff": ".1s",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user