Skip to content

Commit

Permalink
Disable prefetch purging
Browse files Browse the repository at this point in the history
A temporary fix for thecodingmachine#729
  • Loading branch information
cdomigan authored Feb 17, 2025
1 parent 37c06a9 commit 46c29bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Parameters/PrefetchDataParameter.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function resolve(object|null $source, array $args, mixed $context, Resolv

$result = $prefetchBuffer->getResult($source);
// clear internal storage
$prefetchBuffer->purgeResult($source);
//$prefetchBuffer->purgeResult($source);
return $result;
});
}
Expand Down

0 comments on commit 46c29bb

Please sign in to comment.