mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-15 01:57:51 +00:00
alertmanager: fix Settle() interval (#1478)
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
This commit is contained in:
parent
235944cc5f
commit
37884c8460
@ -269,7 +269,7 @@ func main() {
|
||||
cancel()
|
||||
peer.Leave(10 * time.Second)
|
||||
}()
|
||||
go peer.Settle(ctx, *pushPullInterval*10)
|
||||
go peer.Settle(ctx, *gossipInterval*10)
|
||||
}
|
||||
|
||||
alerts, err := mem.NewAlerts(marker, *alertGCInterval)
|
||||
|
Loading…
Reference in New Issue
Block a user