Skip to content

Commit

Permalink
only run queue with children
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Feb 3, 2025
1 parent 9b494b6 commit e604635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion turbopack/crates/turbo-tasks-backend/src/backend/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1352,7 +1352,7 @@ impl<B: BackingStorage> TurboTasksBackendInner<B> {

drop(task);

{
if has_children {
let _span = tracing::trace_span!("connect new children").entered();
queue.execute(&mut ctx);
}
Expand Down

0 comments on commit e604635

Please sign in to comment.