Cache account stores, flush from AccountsBackgroundService (#13140)
This commit is contained in:
@ -47,7 +47,7 @@ fn bench_accounts_index(bencher: &mut Bencher) {
|
||||
);
|
||||
reclaims.clear();
|
||||
}
|
||||
index.add_root(root);
|
||||
index.add_root(root, false);
|
||||
root += 1;
|
||||
fork += 1;
|
||||
});
|
||||
|
Reference in New Issue
Block a user