fix(UI自动化): UI自动化最大并发数配置
This commit is contained in:
parent
f9e72cb752
commit
3c3c1a3f40
|
@ -113,6 +113,7 @@ public interface ParamConstants {
|
|||
enum BASE implements ParamConstants {
|
||||
URL("base.url"),
|
||||
CONCURRENCY("base.concurrency"),
|
||||
GRID_CONCURRENCY("base.grid.concurrency"),
|
||||
PROMETHEUS_HOST("base.prometheus.host"),
|
||||
SELENIUM_DOCKER_URL("base.selenium.docker.url");
|
||||
|
||||
|
|
|
@ -9,6 +9,6 @@ INSERT INTO system_parameter (param_key, param_value, type, sort) VALUES ('meter
|
|||
INSERT INTO system_parameter (param_key, param_value, type, sort) VALUES ('metersphere.module.track', 'ENABLE', 'text', 1);
|
||||
INSERT INTO system_parameter (param_key, param_value, type, sort) VALUES ('metersphere.module.project', 'ENABLE', 'text', 1);
|
||||
INSERT INTO system_parameter (param_key, param_value, type, sort) VALUES ('metersphere.module.setting', 'ENABLE', 'text', 1);
|
||||
|
||||
INSERT INTO metersphere.system_parameter (param_key, param_value, type, sort) VALUES ('base.grid.concurrency', '8', 'text', 1);
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue