From b3f0bbadffe26f276319e75b963a32ce6baff360 Mon Sep 17 00:00:00 2001 From: Bingyi Sun Date: Mon, 13 Jun 2022 11:54:08 +0800 Subject: [PATCH] Adjust keepalive timeout to 20s as default (#17510) Signed-off-by: sunby Co-authored-by: sunby --- configs/milvus.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/milvus.yaml b/configs/milvus.yaml index 140fed05cb..cf606c7c86 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -253,7 +253,7 @@ grpc: client: dialTimeout: 5000 keepAliveTime: 10000 - keepAliveTimeout: 3000 + keepAliveTimeout: 20000 # Configure the proxy tls enable. tls: