fix(tui): increase history buffer to 60 so sparkline fills completely
This commit is contained in:
@@ -2,7 +2,7 @@ package monitor
|
||||
|
||||
import "time"
|
||||
|
||||
const maxHistoryLen = 30
|
||||
const maxHistoryLen = 60
|
||||
|
||||
type SiteHistory struct {
|
||||
Latencies []time.Duration
|
||||
|
||||
Reference in New Issue
Block a user