Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
YukiAbyss committed Aug 12, 2024
1 parent dbe7e27 commit ff45252
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,6 @@ func recordMetrics() {
go func() {
for {
checks.CheckDbShard("testnet", checks.TestNetRpc, checks.TestNetSpHosts)
time.Sleep(time.Minute * 10)
}
}()

go func() {
for {
checks.CheckDbShard("mainnet", checks.MainNetRpc, checks.MainNetSpHosts)
time.Sleep(time.Minute * 10)
}
Expand Down

0 comments on commit ff45252

Please sign in to comment.