Skip to content

Commit

Permalink
update dal version to 2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
taochen committed Mar 25, 2020
1 parent 6a25f92 commit e1ed099
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dal-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.ctrip.platform</groupId>
<artifactId>dal-client</artifactId>
<version>2.0.15</version>
<version>2.0.16</version>
<parent>
<groupId>com.ctrip.framework</groupId>
<artifactId>framework-parent</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public interface DataSourceConfigureConstants {
// com.ctrip.platform.dal.dao.interceptor.DefaultConnectionState

//used by mgr datasource
int DEFAULT_CALL_MYSQL_API_PERIOD = 3; //second
int DEFAULT_CALL_MYSQL_API_PERIOD = 3 * 1000; //ms
String DEFAULT_DB_MODEL = "standalone";
String DEFAULT_LOAD_BALANCE_STRATEGY = "serverAffinity";

Expand Down
2 changes: 1 addition & 1 deletion dal-cluster-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.ctrip.framework.dal</groupId>
<artifactId>dal-cluster-client</artifactId>
<version>2.0.15</version>
<version>2.0.16</version>

<properties>
<java.version>1.8</java.version>
Expand Down

0 comments on commit e1ed099

Please sign in to comment.