Skip to content

Commit 2b1a664

Browse files
committed
MAX
1 parent 6868364 commit 2b1a664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbopack/crates/turbo-tasks/src/manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ task_local! {
486486
static CURRENT_TASK_STATE: Arc<RwLock<CurrentTaskState>>;
487487
}
488488

489-
const MAX_TASK_COUNT: usize = 1024 * 1024 * 256;
489+
const MAX_TASK_COUNT: usize = 1024 * 1024;
490490

491491
impl<B: Backend + 'static> TurboTasks<B> {
492492
// TODO better lifetime management for turbo tasks

0 commit comments

Comments
 (0)