Skip to content

Commit

Permalink
Enable aggressive locking by default
Browse files Browse the repository at this point in the history
Signed-off-by: MyonKeminta <MyonKeminta@users.noreply.github.com>
  • Loading branch information
MyonKeminta committed Feb 8, 2023
1 parent 91f6752 commit b2cc028
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 @@ -1177,7 +1177,7 @@ const (
DefTiDBTTLDeleteWorkerCount = 4
DefaultExchangeCompressionMode = kv.ExchangeCompressionModeUnspecified
DefTiDBEnableResourceControl = false
DefTiDBPessimisticTransactionAggressiveLocking = false
DefTiDBPessimisticTransactionAggressiveLocking = true
DefTiDBEnablePlanCacheForParamLimit = true
)

Expand Down

0 comments on commit b2cc028

Please sign in to comment.