Datapoints overwhelm the metrics queue and blow up ram usage. (#8272)

automerge
This commit is contained in:
anatoly yakovenko
2020-02-14 13:11:55 -06:00
committed by GitHub
parent c350543b46
commit 17fb8258e5
7 changed files with 58 additions and 31 deletions

View File

@ -132,6 +132,7 @@ pub struct Validator {
}
impl Validator {
#[allow(clippy::cognitive_complexity)]
pub fn new(
mut node: Node,
keypair: &Arc<Keypair>,