gochain / netstats

GNU General Public License v3.0
4 stars 4 forks source link

limit max history to chart size; fill charts with 0s while building history #17

Closed jmank88 closed 6 years ago

jmank88 commented 6 years ago

This PR limits the size of the history to what we display, which 'fixes' the delay we've been seeing. It also fills the charts with 0s while the history is building, so we get partial charts instead of empty charts (or '2's or whatever it was).