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

config: remove useless config in pessimistic-txn #4520

Merged
merged 2 commits into from
Sep 16, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 1 addition & 4 deletions tidb-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -547,10 +547,7 @@ TiDB 服务状态相关配置。

## pessimistic-txn

### enable

+ 开启悲观事务支持,悲观事务使用方法请参考 [TiDB 悲观事务模式](/pessimistic-transaction.md)。
+ 默认值:true
悲观事务使用方法请参考 [TiDB 悲观事务模式](/pessimistic-transaction.md)。

### max-retry-count

Expand Down
5 changes: 1 addition & 4 deletions tikv-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -1165,10 +1165,7 @@ raftdb 相关配置项。

## pessimistic-txn

### `enabled`

+ 开启悲观事务支持,悲观事务使用方法请参考 [TiDB 悲观事务模式](/pessimistic-transaction.md)。
+ 默认值:true
悲观事务使用方法请参考 [TiDB 悲观事务模式](/pessimistic-transaction.md)。

### `wait-for-lock-timeout`

Expand Down