Skip to content
This repository has been archived by the owner on Jan 8, 2019. It is now read-only.

Tx per second value spikes after new block mined #6

Open
proehlen opened this issue Feb 26, 2018 · 0 comments
Open

Tx per second value spikes after new block mined #6

proehlen opened this issue Feb 26, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@proehlen
Copy link
Member

Current logic averages over 60 seconds of mempool readings but resets on a new block being found. Should be possible to not reset and factor in the number of transactions in the mined block in order to keep using longer average.

Gets a bit more complicated when more than one block is mined in a minute but should still be doable.

@proehlen proehlen added the enhancement New feature or request label Feb 26, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant