Unleash / unleash-edge

MIT License
48 stars 8 forks source link

fix: make metrics interval not climb forever #437

Closed chriswk closed 7 months ago

chriswk commented 7 months ago

Previously we used the previous iteration of the loop's interval to decide next interval. This PR changes to always use the initial send_interval as what to base the interval calculation of

fixes: #436