Skip to content

Commit

Permalink
[Chore](tools)Set the deadlock detection switch to on by default
Browse files Browse the repository at this point in the history
We have already turned on this setting for the P0 regression cases, and after observing for some time, I believe we can make this switch enabled by default.
  • Loading branch information
CalvinKirs committed Oct 21, 2024
1 parent fa5f1b9 commit ab5fa14
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3138,7 +3138,7 @@ public static int metaServiceRpcRetryTimes() {
// start of lock config
@ConfField(description = {"是否开启死锁检测",
"Whether to enable deadlock detection"})
public static boolean enable_deadlock_detection = false;
public static boolean enable_deadlock_detection = true;

@ConfField(description = {"死锁检测间隔时间,单位分钟",
"Deadlock detection interval time, unit minute"})
Expand Down

0 comments on commit ab5fa14

Please sign in to comment.