Skip to content

Commit

Permalink
移除
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed Apr 7, 2024
1 parent eb48f4a commit de4ad12
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/config/general.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ ipv6: true

Controls the interval at which Clash sends out TCP Keep Alive packets to reduce temporary measures for mobile device power consumption.

Integer format, unit is seconds
unit is seconds

```{.yaml linenums="1"}
keep-alive-interval: 30
Expand Down Expand Up @@ -256,7 +256,7 @@ geodata-loader: memconservative
geo-auto-update: false
```

Update interval, integer format in hours
Update interval, unit is hours

```{.yaml linenums="1"}
geo-update-interval: 24
Expand Down
4 changes: 2 additions & 2 deletions docs/config/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ ipv6: true

控制 Clash 发出 TCP Keep Alive 包的间隔,减少移动设备[耗电问题](https://github.com/vernesong/OpenClash/issues/2614)的临时措施。

整数格式单位为秒
单位为秒

```{.yaml linenums="1"}
keep-alive-interval: 30
Expand Down Expand Up @@ -259,7 +259,7 @@ geodata-loader: memconservative
geo-auto-update: false
```

更新间隔,整数格式单位为小时
更新间隔,单位为小时

```{.yaml linenums="1"}
geo-update-interval: 24
Expand Down
4 changes: 2 additions & 2 deletions docs/config/proxy-groups/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@ proxy-groups:

## interval

健康检查间隔,如不为 0 则启用定时测试,整数格式单位为秒
健康检查间隔,如不为 0 则启用定时测试,单位为秒

## lazy

懒惰状态,默认为`true`,未选择到当前策略组时,不进行测试

## timeout

健康检查超时时间,整数格式单位为毫秒
健康检查超时时间,单位为毫秒

## disable-udp

Expand Down
6 changes: 3 additions & 3 deletions docs/config/proxy-providers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ proxy-providers:

## interval

更新`provider`的时间,整数格式单位为秒
更新`provider`的时间,单位为秒

## proxy

Expand Down Expand Up @@ -99,11 +99,11 @@ proxy-providers:

### health-check.interval

健康检查间隔时间,整数格式单位为秒
健康检查间隔时间,单位为秒

### health-check.timeout

健康检查超时时间,整数格式单位为毫秒
健康检查超时时间,单位为毫秒

### health-check.lazy

Expand Down
2 changes: 1 addition & 1 deletion docs/config/rule-providers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ rule-providers:

## interval

更新`provider`的时间,整数格式单位为秒
更新`provider`的时间,单位为秒

## proxy

Expand Down
2 changes: 2 additions & 0 deletions docs/config/syntax.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ fake-ip-filter:
- localhost.ptlogin2.qq.com
```

<!--
## Time Format
Mihome supports two time formats: integer and duration.
Expand All @@ -185,3 +186,4 @@ Mihome supports two time formats: integer and duration.
```{.yaml linenums="1"}
interval: 1h
```
-->
4 changes: 3 additions & 1 deletion docs/config/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ fake-ip-filter:
- localhost.ptlogin2.qq.com
```

<!--
## 时间格式
mihomo 支持两种时间格式,分别是整数和持续时间
Expand All @@ -191,4 +192,5 @@ mihomo 支持两种时间格式,分别是整数和持续时间
=== "持续时间格式"
```{.yaml linenums="1"}
interval: 1h
```
```
-->

0 comments on commit de4ad12

Please sign in to comment.