Skip to content

Commit

Permalink
Merge branch 'dev-1.10.0-webank' of https://github.com/WeDataSphere/l…
Browse files Browse the repository at this point in the history
…inkis into dev-1.10.0-webank
  • Loading branch information
aiceflower committed Jan 17, 2025
2 parents aa3ba68 + 162e962 commit 1e78a3c
Show file tree
Hide file tree
Showing 6 changed files with 676 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class MybatisConfiguration {
public static final CommonVars<Integer> BDP_SERVER_MYBATIS_DATASOURCE_MAXACTIVE =
CommonVars.apply("wds.linkis.server.mybatis.datasource.maxActive", 20);
public static final CommonVars<Integer> BDP_SERVER_MYBATIS_DATASOURCE_MAXWAIT =
CommonVars.apply("wds.linkis.server.mybatis.datasource.maxWait", 6000);
CommonVars.apply("wds.linkis.server.mybatis.datasource.maxWait", 60000);
public static final CommonVars<Integer> BDP_SERVER_MYBATIS_DATASOURCE_TBERM =
CommonVars.apply("wds.linkis.server.mybatis.datasource.timeBetweenEvictionRunsMillis", 60000);
public static final CommonVars<Integer> BDP_SERVER_MYBATIS_DATASOURCE_MEITM =
Expand Down
Loading

0 comments on commit 1e78a3c

Please sign in to comment.