Skip to content

Commit

Permalink
Merged PR 696158: Enable remote cache cutoff by default
Browse files Browse the repository at this point in the history
Enable remote cache cutoff by default
  • Loading branch information
marcelolynch committed Jan 12, 2023
1 parent fadbe97 commit bccf6e5
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ public ScheduleConfiguration()
// arguments is not possible (or not under our control).
// NumOfRemoteAgentLeases = 80;

// By default we will avoid querying the L3 cache after 2 consecutive misses
// in a dependency chain
RemoteCacheCutoff = true;
RemoteCacheCutoffLength = 2;
}

Expand Down

0 comments on commit bccf6e5

Please sign in to comment.