Skip to content

Commit

Permalink
ping timeouts were bing omitted in the UI
Browse files Browse the repository at this point in the history
  • Loading branch information
fazalmajid committed Dec 2, 2020
1 parent 98bf268 commit 8c6f339
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions db.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,6 @@ func get_data(db *sql.DB, since float64) (header []string, ordered []int64, poin
var fts, rtt float64
var ip string
err = rows.Scan(&fts, &host, &ip, &rtt)
if rtt == 0.0 || rtt == -3600e3 {
continue
}
if err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 8c6f339

Please sign in to comment.