Add idle_timeout for URLTest outbound

This commit is contained in:
世界
2024-01-03 12:21:37 +08:00
parent a99deb2cb5
commit f1e3a59db3
5 changed files with 62 additions and 17 deletions
+8 -3
View File
@@ -10,9 +10,10 @@
"proxy-b",
"proxy-c"
],
"url": "https://www.gstatic.com/generate_204",
"interval": "1m",
"url": "",
"interval": "",
"tolerance": 50,
"idle_timeout": "",
"interrupt_exist_connections": false
}
```
@@ -31,12 +32,16 @@
#### interval
测试间隔。 默认使用 `1m`
测试间隔。 默认使用 `3m`
#### tolerance
以毫秒为单位的测试容差。 默认使用 `50`
#### idle_timeout
空闲超时。默认使用 `30m`
#### interrupt_exist_connections
当选定的出站发生更改时,中断现有连接。