Skip to content

Commit

Permalink
disable unloading
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed May 13, 2024
1 parent 8929ed8 commit 495cd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turbo-tasks-memory/src/task.rs
Expand Up @@ -1851,7 +1851,7 @@ impl Task {
// new GC priority.
if missing_durations.is_empty() {
let mut new_priority = GcPriority::Placeholder;
const UNLOAD: bool = true;
const UNLOAD: bool = false;
const EMPTY_CELLS: bool = true;
const EMPTY_UNUSED_CELLS: bool = true;
if UNLOAD && !active {
Expand Down

0 comments on commit 495cd0a

Please sign in to comment.