对数据库轮询的默认间隔时间调整成60秒

This commit is contained in:
everywhere.z
2023-09-24 12:12:30 +08:00
parent 09a3b32d80
commit 048058641f

View File

@@ -94,7 +94,7 @@ public class SQLParserVO {
private Boolean pollingEnabled = false;
/*轮询时间间隔(s) 默认120s*/
private Integer pollingIntervalSeconds = 120;
private Integer pollingIntervalSeconds = 60;
/*规则配置后首次轮询的起始时间 默认为60s*/
private Integer pollingStartSeconds = 60;