Skip to content

Commit

Permalink
Merge branch 'master' into tiflash_placement_add_partition
Browse files Browse the repository at this point in the history
  • Loading branch information
lcwangchao authored Jan 17, 2022
2 parents e291a34 + 8db3a8d commit 16ed6f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ distinct-agg-push-down = false
# If using TiKV as the storage, the entry represents a key/value pair.
# NOTE: If binlog is enabled with Kafka (e.g. arbiter cluster),
# this value should be less than 1073741824(1G) because this is the maximum size that can be handled by Kafka.
# If binlog is disabled or binlog is enabled without Kafka, this value should be less than 10737418240(10G).
# If binlog is disabled or binlog is enabled without Kafka, this value should be less than 1099511627776(1T).
txn-total-size-limit = 104857600

# The limitation of the size in byte for each entry in one transaction.
Expand Down

0 comments on commit 16ed6f3

Please sign in to comment.