mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2025-04-04 05:43:34 +03:00
Remove timeout
field in HTTP inbound
This commit is contained in:
parent
1c463dff6e
commit
e2ff9c4b6a
3 changed files with 0 additions and 21 deletions
|
@ -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)\]
|
||||
|
||||
一个数组,数组中每个元素为一个用户帐号。默认值为空。
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
```json
|
||||
{
|
||||
"timeout": 0,
|
||||
"accounts": [
|
||||
{
|
||||
"user": "my-username",
|
||||
|
@ -35,12 +34,6 @@
|
|||
}
|
||||
```
|
||||
|
||||
> `timeout`: number
|
||||
|
||||
Ограничение времени простоя соединения. Измеряется в секундах. Значение по умолчанию: `300`, значение 0 означает отсутствие ограничения времени.
|
||||
|
||||
Если в течение `timeout` секунд во время обработки соединения не было передано никаких данных, соединение разрывается.
|
||||
|
||||
> `accounts`: \[[AccountObject](#accountobject)\]
|
||||
|
||||
Массив, каждый элемент которого представляет собой учетную запись пользователя. Значение по умолчанию: пустой массив.
|
||||
|
|
Loading…
Add table
Reference in a new issue