mirror of
https://github.com/happyfish100/fastdfs-client-java.git
synced 2026-09-23 22:59:04 +00:00
fix: trim host
This commit is contained in:
@@ -36,7 +36,7 @@ public class ConnectionManager {
|
||||
/**
|
||||
* free connections
|
||||
*/
|
||||
private volatile ConcurrentLinkedQueue<Connection> freeConnections = new ConcurrentLinkedQueue<Connection>();
|
||||
private volatile LinkedList<Connection> freeConnections = new LinkedList<Connection>();
|
||||
|
||||
private ConnectionManager() {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user