From d70045c3eabe77aaadf89cde088afd67ee81d705 Mon Sep 17 00:00:00 2001 From: harriswan9a Date: Tue, 20 Apr 2021 16:18:04 +0800 Subject: [PATCH] fix default value is 0 no timeout --- http/server_timeout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/server_timeout.md b/http/server_timeout.md index 5048baab..4dfe7e5b 100644 --- a/http/server_timeout.md +++ b/http/server_timeout.md @@ -6,7 +6,7 @@ changes: description: The default timeout changed from 120s to 0 (no timeout). --> -* {number} 超时时间(以毫秒为单位)。**默认值:** `120000`(2 分钟)。 +* {number} 超时时间(以毫秒为单位)。**默认值:** `0`(禁用)。 认定套接字超时的不活动毫秒数。