From 550ab54d420700b6cbcb244c21ce746f57ec6bdf Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Tue, 29 Jun 2021 10:59:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=84=9A=E6=9C=AC):=20=E5=88=A0=E9=99=A4ke?= =?UTF-8?q?epalive=5Ftime?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f517947..4271453 100644 --- a/install.sh +++ b/install.sh @@ -687,7 +687,7 @@ server { } location /${currentPath}grpc { client_max_body_size 0; - keepalive_time 1071906480m; +# keepalive_time 1071906480m; keepalive_requests 4294967296; client_body_timeout 1071906480m; send_timeout 1071906480m;