REQ-3284: 查询数量过大告警

This commit is contained in:
yanglin 2024-11-29 10:13:29 +08:00
parent 117d5113a3
commit 1f16cef438

View File

@ -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;
}