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 9bec024 commit dbf9109
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 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
## timeout

健康检查超时时间,单位为毫秒 (ms)
健康检查超时时间,支持整数格式以及持续时间格式,整数格式单位为毫秒

## 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

0 comments on commit dbf9109

Please sign in to comment.