Skip to content

Commit a1df79c

Browse files
author
tanyawen01770
committed
fix:upgrade pom version 1.30
1 parent 2b46936 commit a1df79c

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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>

src/main/java/org/csource/fastdfs/ClientGlobal.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)