Skip to content

Commit

Permalink
Remove cluster size warning
Browse files Browse the repository at this point in the history
  • Loading branch information
NHAS committed Apr 30, 2024
1 parent 99514e2 commit 2c05a55
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui/notifications.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,10 @@ func monitorNumberOfClusterMembers(notifications chan<- Notification) {
Color: "#db0b3c",
}

} else {
notificationsMapLck.Lock()
delete(notificationsMap, "monitor_node_number")
notificationsMapLck.Unlock()
}
time.Sleep(30 * time.Second)
}
Expand Down

0 comments on commit 2c05a55

Please sign in to comment.