From f5ff4b205859c3224032dd7fa4e3c3d10075c3c5 Mon Sep 17 00:00:00 2001 From: "Jeff Washington (jwash)" <75863576+jeffwashington@users.noreply.github.com> Date: Mon, 12 Jul 2021 12:00:45 -0500 Subject: [PATCH] serial insertion of bins into accounts index (#18469) --- runtime/src/accounts_index.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/runtime/src/accounts_index.rs b/runtime/src/accounts_index.rs index 25448c0a74..ecc040df99 100644 --- a/runtime/src/accounts_index.rs +++ b/runtime/src/accounts_index.rs @@ -7,7 +7,6 @@ use crate::{ use bv::BitVec; use log::*; use ouroboros::self_referencing; -use rayon::prelude::*; use solana_measure::measure::Measure; use solana_sdk::{ clock::{BankId, Slot}, @@ -1400,7 +1399,7 @@ impl