Skip to content

Commit

Permalink
ttl: modify default value of tidb_ttl_delete_batch_size to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
lcwangchao committed Dec 13, 2022
1 parent cb435fe commit de27e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sessionctx/variable/tidb_vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ const (
DefTiDBTTLScanBatchSize = 500
DefTiDBTTLScanBatchMaxSize = 10240
DefTiDBTTLScanBatchMinSize = 1
DefTiDBTTLDeleteBatchSize = 500
DefTiDBTTLDeleteBatchSize = 100
DefTiDBTTLDeleteBatchMaxSize = 10240
DefTiDBTTLDeleteBatchMinSize = 1
DefTiDBTTLDeleteRateLimit = 0
Expand Down

0 comments on commit de27e55

Please sign in to comment.