Skip to content

Commit e1ed099

Browse files
author
taochen
committed
update dal version to 2.0.16
1 parent 6a25f92 commit e1ed099

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dal-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>com.ctrip.platform</groupId>
66
<artifactId>dal-client</artifactId>
7-
<version>2.0.15</version>
7+
<version>2.0.16</version>
88
<parent>
99
<groupId>com.ctrip.framework</groupId>
1010
<artifactId>framework-parent</artifactId>

dal-client/src/main/java/com/ctrip/platform/dal/dao/configure/DataSourceConfigureConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public interface DataSourceConfigureConstants {
7575
// com.ctrip.platform.dal.dao.interceptor.DefaultConnectionState
7676

7777
//used by mgr datasource
78-
int DEFAULT_CALL_MYSQL_API_PERIOD = 3; //second
78+
int DEFAULT_CALL_MYSQL_API_PERIOD = 3 * 1000; //ms
7979
String DEFAULT_DB_MODEL = "standalone";
8080
String DEFAULT_LOAD_BALANCE_STRATEGY = "serverAffinity";
8181

dal-cluster-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.ctrip.framework.dal</groupId>
1212
<artifactId>dal-cluster-client</artifactId>
13-
<version>2.0.15</version>
13+
<version>2.0.16</version>
1414

1515
<properties>
1616
<java.version>1.8</java.version>

0 commit comments

Comments
 (0)