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 Jan 29, 2025
1 parent b8dfb4d commit afce630
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 @@ -1342,7 +1342,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 afce630

Please sign in to comment.