REQ-3284: 监控查询数量
This commit is contained in:
parent
99c0c8b775
commit
a245585118
@ -19,7 +19,7 @@ import org.springframework.core.env.Environment;
|
||||
public class DiagnosisProps implements EnvironmentAware {
|
||||
|
||||
private Environment environment;
|
||||
private int sqlResultCountWarningThreshold = 5000;
|
||||
private int sqlResultCountWarningThreshold = 10000;
|
||||
private boolean enableResultCountWarning = true;
|
||||
|
||||
public String getActiveProfile() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user