Skip to content

Commit

Permalink
Merge pull request #168 from yg3630536/bugfix/fix-connection-pool
Browse files Browse the repository at this point in the history
 fixed pool config
  • Loading branch information
chenhaozx committed Apr 15, 2020
2 parents 6652e11 + cc2703c commit 7665e44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ private static Properties initProperties(String dsNamePrefix) {
DataDriverConstant.POOL_MIN_EITM_DEFAULT_VALUE
);
// 初始化大小
String initSizeKey = dsNamePrefix + DataDriverConstant.JDBC_MIN_EITM;
String initSizeKey = dsNamePrefix + DataDriverConstant.JDBC_INIT_SIZE;
String initSize = PropertyUtils.getProperty(
initSizeKey,
DataDriverConstant.POOL_INIT_DEFAULT_VALUE
Expand Down

0 comments on commit 7665e44

Please sign in to comment.