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 57b224e commit eb48f4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

Only integer format is supported.
Integer format, 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, in hours, only supports integer format.
Update interval, integer format in 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

0 comments on commit eb48f4a

Please sign in to comment.