mirror of https://github.com/milvus-io/milvus.git
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>pull/14338/head
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…
Reference in New Issue