Skip to content

Commit dc5b861

Browse files
committed
Soften overstated complexity claim in stats javadoc
1 parent f011886 commit dc5b861

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/main/java/org/asynchttpclient/netty/channel/ChannelManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ public EventLoopGroup getEventLoopGroup() {
11491149
}
11501150

11511151
/**
1152-
* Builds a point-in-time stats snapshot in O(open channels + idle pooled channels).
1152+
* Builds a point-in-time stats snapshot, scanning open channels and idle pooled channels once each.
11531153
*/
11541154
public ClientStats getClientStats() {
11551155
Map<String, ConnectionCounts> connectionsPerHost = new HashMap<>();

0 commit comments

Comments
 (0)