File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
src/main/java/org/csource/fastdfs Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 44
55 <groupId >org.csource</groupId >
66 <artifactId >fastdfs-client-java</artifactId >
7- <version >1.29 -SNAPSHOT</version >
7+ <version >1.30 -SNAPSHOT</version >
88 <name >fastdfs-client-java</name >
99 <description >fastdfs client for java</description >
1010 <packaging >jar</packaging >
Original file line number Diff line number Diff line change @@ -72,8 +72,6 @@ public class ClientGlobal {
7272 public static int g_connection_pool_max_idle_time = DEFAULT_CONNECTION_POOL_MAX_IDLE_TIME * 1000 ; //millisecond
7373 public static int g_connection_pool_max_wait_time_in_ms = DEFAULT_CONNECTION_POOL_MAX_WAIT_TIME_IN_MS ; //millisecond
7474
75- public static int g_fail_over_retry_count = 0 ;//get connection retry count when fail
76-
7775 public static TrackerGroup g_tracker_group ;
7876
7977 private ClientGlobal () {
@@ -352,7 +350,6 @@ public static String configInfo() {
352350 + "\n g_connection_pool_max_count_per_entry = " + g_connection_pool_max_count_per_entry
353351 + "\n g_connection_pool_max_idle_time(ms) = " + g_connection_pool_max_idle_time
354352 + "\n g_connection_pool_max_wait_time_in_ms(ms) = " + g_connection_pool_max_wait_time_in_ms
355- + "\n g_fail_over_retry_count = " + g_fail_over_retry_count
356353 + "\n trackerServers = " + trackerServers
357354 + "\n }" ;
358355 }
You can’t perform that action at this time.
0 commit comments