Add recycler stats (#1187)

This commit is contained in:
sakridge
2018-09-13 14:49:48 -07:00
committed by GitHub
parent 90df6237c6
commit 4dc30ea104
4 changed files with 57 additions and 5 deletions

View File

@@ -220,7 +220,8 @@ impl Fullnode {
}
let exit = Arc::new(AtomicBool::new(false));
let bank = Arc::new(bank);
let blob_recycler = BlobRecycler::default();
let mut blob_recycler = BlobRecycler::default();
blob_recycler.set_name("fullnode::Blob");
let rpu = Rpu::new(
&bank,