mirror of
https://github.com/henrygd/beszel.git
synced 2026-04-24 21:41:50 +02:00
updates
This commit is contained in:
@@ -199,7 +199,6 @@ func (pm *ProbeManager) GetResults(durationMs uint16) map[string]probe.Result {
|
||||
for key, task := range pm.probes {
|
||||
task.mu.Lock()
|
||||
agg := task.aggregateLocked(duration, now)
|
||||
// The live request window still controls avg/loss, but the range fields are always 1h.
|
||||
hourAgg := task.aggregateLocked(time.Hour, now)
|
||||
task.mu.Unlock()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user