forked from github/dataease
fix: 数据源检测间隔默认为30分钟
This commit is contained in:
parent
6132e129e3
commit
d666482f2e
@ -9,7 +9,7 @@ CREATE TABLE `sys_external_token` (
|
||||
|
||||
UPDATE `sys_menu` set `component` = 'system/datasource/DsForm' where `component` = 'system/datasource/form';
|
||||
|
||||
INSERT INTO `system_parameter`(`param_key`, `param_value`, `type`, `sort`) VALUES ('basic.dsCheckInterval', 20, 'text', 1);
|
||||
INSERT INTO `system_parameter`(`param_key`, `param_value`, `type`, `sort`) VALUES ('basic.dsCheckInterval', 30, 'text', 1);
|
||||
INSERT INTO `system_parameter`(`param_key`, `param_value`, `type`, `sort`) VALUES ('basic.dsCheckIntervalType', 'minute', 'text', 1);
|
||||
|
||||
CREATE TABLE `task_instance` (
|
||||
|
Loading…
Reference in New Issue
Block a user