Skip to content

Commit

Permalink
sessionctx/variable: change add index variable default value (pingcap…
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycs520 committed Aug 26, 2019
1 parent 3601f21 commit 92f48b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sessionctx/variable/tidb_vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,8 +327,8 @@ const (
DefTiDBProjectionConcurrency = 4
DefTiDBOptimizerSelectivityLevel = 0
DefTiDBTxnMode = ""
DefTiDBDDLReorgWorkerCount = 16
DefTiDBDDLReorgBatchSize = 1024
DefTiDBDDLReorgWorkerCount = 4
DefTiDBDDLReorgBatchSize = 256
DefTiDBDDLErrorCountLimit = 512
DefTiDBHashAggPartialConcurrency = 4
DefTiDBHashAggFinalConcurrency = 4
Expand Down

0 comments on commit 92f48b9

Please sign in to comment.