Skip to content

Commit

Permalink
config: remove useless config in pessimistic-txn (#4520)
Browse files Browse the repository at this point in the history
Signed-off-by: Shuaipeng Yu <jackysp@gmail.com>

Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
jackysp and TomShawn authored Sep 16, 2020
1 parent a1e3a35 commit 6cc5ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
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

0 comments on commit 6cc5ed7

Please sign in to comment.