don't limit to thread pool when cleaning on startup (#17317)
This commit is contained in:
committed by
GitHub
parent
dd13a31a5a
commit
0486df02ba
@@ -2060,7 +2060,7 @@ mod tests {
|
||||
}
|
||||
}
|
||||
info!("done..cleaning..");
|
||||
accounts.accounts_db.clean_accounts(None);
|
||||
accounts.accounts_db.clean_accounts(None, false);
|
||||
}
|
||||
|
||||
fn load_accounts_no_store(accounts: &Accounts, tx: Transaction) -> Vec<TransactionLoadResult> {
|
||||
|
Reference in New Issue
Block a user