Fix prober listener. (#3207)

This was stopping active probe and taking longer to recover.
Missed in the refactor.
This commit is contained in:
Raja Subramanian
2024-11-27 16:18:08 +05:30
committed by GitHub
parent c0d20885db
commit d599911405

View File

@@ -430,6 +430,7 @@ func newCluster(
c := &Cluster{
id: id,
mode: mode,
listener: listener,
minDuration: minDuration,
maxDuration: maxDuration,
}