Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Registry Center Configuration doc #2252

Merged
merged 2 commits into from
Sep 5, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ ElasticJob-Lite 提供了 3 种配置方式,用于不同的使用场景。
| baseSleepTimeMilliseconds | int | 1000 | 等待重试的间隔时间的初始毫秒数 |
| maxSleepTimeMilliseconds | String | 3000 | 等待重试的间隔时间的最大毫秒数 |
| maxRetries | String | 3 | 最大重试次数 |
| sessionTimeoutMilliseconds | boolean | 60000 | 会话超时毫秒数 |
| connectionTimeoutMilliseconds | boolean | 15000 | 连接超时毫秒数 |
| sessionTimeoutMilliseconds | int | 60000 | 会话超时毫秒数 |
| connectionTimeoutMilliseconds | int | 15000 | 连接超时毫秒数 |
| digest | String | 无需验证 | 连接 ZooKeeper 的权限令牌 |

### 核心配置项说明
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ ElasticJob-Lite has provided 3 kinds of configuration methods for different situ
| baseSleepTimeMilliseconds | int | 1000 | The initial value of milliseconds for the retry interval |
| maxSleepTimeMilliseconds | String | 3000 | The maximum value of milliseconds for the retry interval |
| maxRetries | String | 3 | Maximum number of retries |
| sessionTimeoutMilliseconds | boolean | 60000 | Session timeout in milliseconds |
| connectionTimeoutMilliseconds | boolean | 15000 | Connection timeout in milliseconds |
| sessionTimeoutMilliseconds | int | 60000 | Session timeout in milliseconds |
| connectionTimeoutMilliseconds | int | 15000 | Connection timeout in milliseconds |
| digest | String | no need | Permission token to connect to ZooKeeper |

### Core Configuration Description
Expand Down
Loading