Remove timeout field in HTTP inbound

This commit is contained in:
Kobe Arthur Scofield 2024-09-15 17:32:28 +08:00 committed by GitHub
parent 1c463dff6e
commit e2ff9c4b6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 21 deletions

View file

@ -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)\]
一个数组,数组中每个元素为一个用户帐号。默认值为空。

View file

@ -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.

View file

@ -23,7 +23,6 @@
```json
{
"timeout": 0,
"accounts": [
{
"user": "my-username",
@ -35,12 +34,6 @@
}
```
> `timeout`: number
Ограничение времени простоя соединения. Измеряется в секундах. Значение по умолчанию: `300`, значение 0 означает отсутствие ограничения времени.
Если в течение `timeout` секунд во время обработки соединения не было передано никаких данных, соединение разрывается.
> `accounts`: \[[AccountObject](#accountobject)\]
Массив, каждый элемент которого представляет собой учетную запись пользователя. Значение по умолчанию: пустой массив.