REQ-3284: 查询数量过大告警
This commit is contained in:
parent
117d5113a3
commit
1f16cef438
@ -34,7 +34,7 @@ public class DiagnosisProps implements EnvironmentAware {
|
||||
@Setter
|
||||
@Getter
|
||||
public static class RowCount {
|
||||
private int warningThreshold = 19;
|
||||
private int warningThreshold = 6000;
|
||||
private boolean enable = true;
|
||||
private int resultSetWarnTimes = 20;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user