Drop storage lock (#8997)

This commit is contained in:
sakridge 2020-03-21 13:37:52 -07:00 committed by GitHub
parent ca4a22d4ba
commit 3ea556bc24
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1360,6 +1360,7 @@ impl AccountsDB {
}
}
}
drop(storage);
drop(index);
measure.stop();
inc_new_counter_info!("clean_dead_slots-unref-ms", measure.as_ms() as usize);