don't limit to thread pool when cleaning on startup (#17317)
This commit is contained in:
committed by
GitHub
parent
dd13a31a5a
commit
0486df02ba
@ -59,7 +59,7 @@ fn test_shrink_and_clean() {
|
||||
|
||||
// let's dance.
|
||||
for _ in 0..10 {
|
||||
accounts.clean_accounts(None);
|
||||
accounts.clean_accounts(None, false);
|
||||
std::thread::sleep(std::time::Duration::from_millis(100));
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user