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

This commit is contained in:
yanglin 2024-12-02 10:21:12 +08:00
parent d74d922a6a
commit 22011012e1

View File

@ -36,7 +36,7 @@ public class DiagnosisProps implements EnvironmentAware {
public static class RowCount {
private int warningThreshold = 6000;
private boolean enable = true;
private int resultSetWarnTimes = 5;
private int resultSetWarnTimes = 3;
/**
* For test purpose