We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc8b8b commit c004586Copy full SHA for c004586
pkg/agent/clientset.go
@@ -67,8 +67,6 @@ type ClientSet struct {
67
xfrChannelSize int
68
69
syncForever bool // Continue syncing (support dynamic server count).
70
-
71
- respectReceivedServerCount bool // Respect server count received from proxy server rather than relying on the agent's own server counter
72
}
73
74
func (cs *ClientSet) ClientsCount() int {
0 commit comments