From e2ff9c4b6a34ef7725145639dfb8365e8f716cd4 Mon Sep 17 00:00:00 2001 From: Kobe Arthur Scofield <26771058+KobeArthurScofield@users.noreply.github.com> Date: Sun, 15 Sep 2024 17:32:28 +0800 Subject: [PATCH] Remove `timeout` field in HTTP inbound --- docs/config/inbounds/http.md | 7 ------- docs/en/config/inbounds/http.md | 7 ------- docs/ru/config/inbounds/http.md | 7 ------- 3 files changed, 21 deletions(-) diff --git a/docs/config/inbounds/http.md b/docs/config/inbounds/http.md index f433a37..f0cb62a 100644 --- a/docs/config/inbounds/http.md +++ b/docs/config/inbounds/http.md @@ -23,7 +23,6 @@ HTTP 协议。 ```json { - "timeout": 0, "accounts": [ { "user": "my-username", @@ -35,12 +34,6 @@ HTTP 协议。 } ``` -> `timeout`: number - -连接空闲的时间限制。单位为秒。默认值为 `300`, 0 表示不限时。 - -处理一个连接时,如果在 `timeout` 时间内,没有任何数据被传输,则中断该连接。 - > `accounts`: \[[AccountObject](#accountobject)\] 一个数组,数组中每个元素为一个用户帐号。默认值为空。 diff --git a/docs/en/config/inbounds/http.md b/docs/en/config/inbounds/http.md index 2316fdd..485a1e2 100644 --- a/docs/en/config/inbounds/http.md +++ b/docs/en/config/inbounds/http.md @@ -23,7 +23,6 @@ In Linux, you can use the following environment variables to enable global HTTP ```json { - "timeout": 0, "accounts": [ { "user": "my-username", @@ -35,12 +34,6 @@ In Linux, you can use the following environment variables to enable global HTTP } ``` -> `timeout`: number - -The idle timeout in seconds. The default value is `300`, and 0 means no timeout. - -When handling a connection, if no data is transmitted within the timeout period, the connection will be terminated. - > `accounts`: \[[AccountObject](#accountobject)\] An array where each element represents a user account. The default value is an empty array. diff --git a/docs/ru/config/inbounds/http.md b/docs/ru/config/inbounds/http.md index ac934e0..8cf6e0e 100644 --- a/docs/ru/config/inbounds/http.md +++ b/docs/ru/config/inbounds/http.md @@ -23,7 +23,6 @@ ```json { - "timeout": 0, "accounts": [ { "user": "my-username", @@ -35,12 +34,6 @@ } ``` -> `timeout`: number - -Ограничение времени простоя соединения. Измеряется в секундах. Значение по умолчанию: `300`, значение 0 означает отсутствие ограничения времени. - -Если в течение `timeout` секунд во время обработки соединения не было передано никаких данных, соединение разрывается. - > `accounts`: \[[AccountObject](#accountobject)\] Массив, каждый элемент которого представляет собой учетную запись пользователя. Значение по умолчанию: пустой массив.