fix:use global var

This commit is contained in:
tanyawen
2019-12-30 20:35:21 +08:00
parent 4300ca717a
commit 66f3fff05e
2 changed files with 6 additions and 18 deletions
@@ -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) {