Skip to content

Commit 8ac4839

Browse files
hongyunyantenfyzhong
authored andcommitted
config: revert tidb_slow_txn_log_threshold config (#3256)
ref #2751
1 parent 37071ce commit 8ac4839

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkg/sink/mysql/helper.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,6 @@ func generateDSNByConfig(
223223
// auto fetch max_allowed_packet on every new connection
224224
dsnCfg.Params["maxAllowedPacket"] = "0"
225225

226-
dsnCfg.Params["tidb_slow_txn_log_threshold"] = "30000"
227-
228226
autoRandom, err := checkTiDBVariable(testDB, "allow_auto_random_explicit_insert", "1")
229227
if err != nil {
230228
return "", err

0 commit comments

Comments
 (0)