We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents baf517b + 3f588ac commit 4023dd8Copy full SHA for 4023dd8
src/app/server-cluster/ServerClusterInterfaceRegistry.h
@@ -84,7 +84,7 @@ class ServerClusterInterfaceRegistry
84
// Dynamic allocated endpoint cluters, once static allocation is used up
85
DynamicEndpointClusters * mDynamicEndpoints = nullptr;
86
87
- // a one-element cache to speed up finding per endpoint
+ // a one-element cache to speed up finding the cluster list for an endpoint.
88
EndpointClusters * mEndpointClustersCache = nullptr;
89
90
// a one-element cache to speed up finding a cluster within an endpoint.
0 commit comments