mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 07:00:04 +00:00
Fix prober listener. (#3207)
This was stopping active probe and taking longer to recover. Missed in the refactor.
This commit is contained in:
@@ -430,6 +430,7 @@ func newCluster(
|
||||
c := &Cluster{
|
||||
id: id,
|
||||
mode: mode,
|
||||
listener: listener,
|
||||
minDuration: minDuration,
|
||||
maxDuration: maxDuration,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user