Skip to content

Commit 4535dcc

Browse files
committed
fix: disable cache prefilling for trace to avoid being blocked by semaphore
1 parent c6e0744 commit 4535dcc

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/daemon/mod.rs

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -421,13 +421,6 @@ async fn prefill_rpc_caches_for_tipset(state_manager: StateManager, tsk: TipsetK
421421
warn!("failed to call `Block::from_filecoin_tipset` for cache warmup: {e:#}");
422422
}
423423
}
424-
{
425-
// Warms both the FVM-replay cache and the parity-trace cache,
426-
// since `eth_trace_block` calls `execution_trace` internally.
427-
if let Err(e) = crate::rpc::eth::eth_trace_block(&state_manager, &ts).await {
428-
warn!("failed to call `eth_trace_block` for cache warmup: {e:#}");
429-
}
430-
}
431424
{
432425
use crate::rpc::eth::filter::{Matcher, SkipEvent};
433426
struct CollectEventsCachePrefillingMatcher;

0 commit comments

Comments
 (0)