Skip to content

Commit

Permalink
rm concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
ezrizhu committed Oct 18, 2024
1 parent baa1133 commit 0426378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ const ripestatBase = "https://stat.ripe.net"
func updateStates() {
log.Debug().Msg("Updating Prefixes")
for _, prefix := range monitorState {
go prefix.checkVisState()
go prefix.checkLGState()
prefix.checkVisState()
prefix.checkLGState()
}
}

Expand Down

0 comments on commit 0426378

Please sign in to comment.