mirror of
https://github.com/happyfish100/fastdfs-client-java.git
synced 2026-09-17 17:29:00 +00:00
fix:use global var
This commit is contained in:
@@ -331,18 +331,6 @@ public class ClientGlobal {
|
||||
return g_connection_pool_enabled;
|
||||
}
|
||||
|
||||
public static int getG_connection_pool_max_count_per_entry() {
|
||||
return g_connection_pool_max_count_per_entry;
|
||||
}
|
||||
|
||||
public static int getG_connection_pool_max_idle_time() {
|
||||
return g_connection_pool_max_idle_time;
|
||||
}
|
||||
|
||||
public static int getG_connection_pool_max_wait_time_in_ms() {
|
||||
return g_connection_pool_max_wait_time_in_ms;
|
||||
}
|
||||
|
||||
public static String configInfo() {
|
||||
String trackerServers = "";
|
||||
if (g_tracker_group != null) {
|
||||
|
||||
Reference in New Issue
Block a user