mirror of https://github.com/milvus-io/milvus.git
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
parent
16f0815184
commit
b3f0bbadff
|
@ -253,7 +253,7 @@ grpc:
|
|||
client:
|
||||
dialTimeout: 5000
|
||||
keepAliveTime: 10000
|
||||
keepAliveTimeout: 3000
|
||||
keepAliveTimeout: 20000
|
||||
|
||||
# Configure the proxy tls enable.
|
||||
tls:
|
||||
|
|
Loading…
Reference in New Issue