Skip to content

Commit

Permalink
config: remove async commit configs from example (#22945)
Browse files Browse the repository at this point in the history
  • Loading branch information
sticnarf authored Feb 26, 2021
1 parent d8c5ca3 commit 4a413a4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions config/config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -417,14 +417,6 @@ store-liveness-timeout = "5s"
# If the size(in byte) of a transaction is large than `ttl-refreshed-txn-size`, it update the lock TTL during the 2PC.
ttl-refreshed-txn-size = 33554432

[tikv-client.async-commit]
# The maximum allowed keys in an async commit transaction. Transactions with more keys than the limit
# will be committed with normal 2PC way.
keys-limit = 256
# The maximum length total of keys in bytes. Transactions will be committed with the normal 2PC way
# if the limit is exceeded.
total-key-size-limit = 4096

[tikv-client.copr-cache]
# Whether to enable the copr cache. The copr cache saves the result from TiKV Coprocessor in the memory and
# reuses the result when corresponding data in TiKV is unchanged, on a region basis.
Expand Down

0 comments on commit 4a413a4

Please sign in to comment.