Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1298,7 +1298,7 @@ public enum IgnoreSplitType {
+ "3 表示打开一些可能导致性能回退的 Counter", "The level of query profile, "
+ "1 means only collect Counter of MergedProfile, 2 means print detailed information,"
+ " 3 means open some Counters that may cause performance degradation"})
public int profileLevel = 1;
public int profileLevel = 2;

@VariableMgr.VarAttr(name = MAX_INSTANCE_NUM)
public int maxInstanceNum = 64;
Expand Down