Skip to content

Commit

Permalink
codeine-218 connection pool is created every time in every task
Browse files Browse the repository at this point in the history
  • Loading branch information
rezra3 committed Jan 1, 2018
1 parent c93c932 commit 1e2305d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/codeine/db/mysql/DbUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ private Properties getConnectionProperties(boolean useCompression) {
}

private String getConnectionPoolName(String sqlAddress) {
return sqlAddress.split(":")[0];
return sqlAddress;
}

@Override
Expand Down

0 comments on commit 1e2305d

Please sign in to comment.