Commit e95d0b0
committed
Fix bad merge: lastPrefetchArgs -> prefetchCache, prefetchCacheSize
The merge of #2002 (prefetch-offload-to-mount) on top of #2004
(expand-prefetch-cache) left two call sites referencing the removed
lastPrefetchArgs variable:
- PrefetchVerb.cs line 234: the hydration-fallback path added by
#2002 passed lastPrefetchArgs instead of the prefetchCache +
prefetchCacheSize parameters added by #2004.
- InProcessMount.cs HandlePrefetchBlobsRequest: the mount-side
prefetch handler added by #2002 passed lastPrefetchArgs instead
of explicit null + 0 (mount-side prefetch is a one-shot download
with no noop cache).
Assisted-by: Claude Opus 4.6
Signed-off-by: Tyrie Vella <tyrielv@gmail.com>1 parent fa0c3c5 commit e95d0b0
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1123 | 1123 | | |
1124 | 1124 | | |
1125 | 1125 | | |
1126 | | - | |
| 1126 | + | |
| 1127 | + | |
1127 | 1128 | | |
1128 | 1129 | | |
1129 | 1130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
234 | | - | |
| 234 | + | |
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
| |||
0 commit comments