Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Update tidb configuration #932

Merged
merged 2 commits into from
Sep 6, 2019
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 conf/tidb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,10 +239,7 @@ binlog:

pessimistic_txn:
# enable pessimistic transaction.
# enable: false

# start pessimistic transaction by default.
# default: false
# enable: true

# max retry count for a statement in a pessimistic transaction.
# max-retry-count: 256
Expand Down
5 changes: 1 addition & 4 deletions roles/tidb/vars/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,10 +260,7 @@ binlog:

pessimistic_txn:
# enable pessimistic transaction.
enable: false

# start pessimistic transaction by default.
default: false
enable: true

# max retry count for a statement in a pessimistic transaction.
max-retry-count: 256
Expand Down