File tree Expand file tree Collapse file tree
src/main/java/com/ctrip/platform/dal/dao/configure Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments