Add tooltip on status view response time range instead of latest RT

This commit is contained in:
TwinProduction
2019-12-28 12:19:52 -05:00
parent b71edc57ca
commit c4f7370397
4 changed files with 61 additions and 19 deletions

View File

@ -41,5 +41,7 @@ func Monitor(cfg *config.Config) {
time.Sleep(service.Interval)
}
}(service)
// To prevent multiple requests from running exactly at the same time
time.Sleep(100 * time.Millisecond)
}
}