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 31, 2025
1 parent 3c20ffe commit 9e0d036
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 @@ -1350,7 +1350,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 9e0d036

Please sign in to comment.