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
Bingyi Sun 2021-12-27 17:30:05 +08:00 committed by GitHub
parent 48388e4f71
commit 76ac40ded2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ func (c *ClientBase) connect(ctx context.Context) error {
retryPolicy := `{
"methodConfig": [{
"name": [{}],
"waitForReady": true,
"waitForReady": false,
"retryPolicy": {
"MaxAttempts": 4,
"InitialBackoff": ".1s",