Adjust keepalive timeout to 20s as default (#17510)

Signed-off-by: sunby <bingyi.sun@zilliz.com>

Co-authored-by: sunby <bingyi.sun@zilliz.com>
pull/17514/head
Bingyi Sun 2022-06-13 11:54:08 +08:00 committed by GitHub
parent 16f0815184
commit b3f0bbadff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ grpc:
client:
dialTimeout: 5000
keepAliveTime: 10000
keepAliveTimeout: 3000
keepAliveTimeout: 20000
# Configure the proxy tls enable.
tls: