remove handle_snapshot_requests(caching_enabled) (#29232)
This commit is contained in:
parent
7034f4cbbe
commit
e1c6de9ef4
|
@ -517,7 +517,6 @@ impl AbsRequestHandlers {
|
||||||
// Returns the latest requested snapshot block height, if one exists
|
// Returns the latest requested snapshot block height, if one exists
|
||||||
pub fn handle_snapshot_requests(
|
pub fn handle_snapshot_requests(
|
||||||
&self,
|
&self,
|
||||||
_accounts_db_caching_enabled: bool,
|
|
||||||
test_hash_calculation: bool,
|
test_hash_calculation: bool,
|
||||||
non_snapshot_time_us: u128,
|
non_snapshot_time_us: u128,
|
||||||
last_full_snapshot_slot: &mut Option<Slot>,
|
last_full_snapshot_slot: &mut Option<Slot>,
|
||||||
|
@ -607,7 +606,6 @@ impl AccountsBackgroundService {
|
||||||
.is_startup_verification_complete()
|
.is_startup_verification_complete()
|
||||||
.then(|| {
|
.then(|| {
|
||||||
request_handlers.handle_snapshot_requests(
|
request_handlers.handle_snapshot_requests(
|
||||||
accounts_db_caching_enabled,
|
|
||||||
test_hash_calculation,
|
test_hash_calculation,
|
||||||
non_snapshot_time,
|
non_snapshot_time,
|
||||||
&mut last_full_snapshot_slot,
|
&mut last_full_snapshot_slot,
|
||||||
|
|
Loading…
Reference in New Issue