Skip to content

Commit d8d08b6

Browse files
refactor
1 parent 24881de commit d8d08b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

forester/src/processor/v2/common.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ impl<R: Rpc> BatchProcessor<R> {
403403
cache.add(&batch_hash);
404404
}
405405

406-
// Ensure changelog cache exists (but don't clear it)
406+
407407
let _ = changelog_cache::get_changelog_cache().await;
408408

409409
// Create nullify stream
@@ -464,7 +464,7 @@ impl<R: Rpc> BatchProcessor<R> {
464464
cache.add(&batch_hash);
465465
}
466466

467-
// Ensure changelog cache exists (but don't clear it)
467+
468468
let _ = changelog_cache::get_changelog_cache().await;
469469

470470
// Create append stream
@@ -511,7 +511,7 @@ impl<R: Rpc> BatchProcessor<R> {
511511
) -> Result<usize> {
512512
info!("Processing state operations in parallel with changelog cache");
513513

514-
// Ensure changelog cache exists (but don't clear it)
514+
515515
let _ = changelog_cache::get_changelog_cache().await;
516516

517517
// Create futures for stream creation

0 commit comments

Comments
 (0)