diff --git a/src/lib/aggregate-blob.ts b/src/lib/aggregate-blob.ts index 13eb46fe..ace33ba6 100644 --- a/src/lib/aggregate-blob.ts +++ b/src/lib/aggregate-blob.ts @@ -107,6 +107,6 @@ async function fetchAndProject(): Promise { */ export const loadAggregateFromBlob = unstable_cache( fetchAndProject, - ["aggregate-blob-v1"], + ["aggregate-blob-v2"], { revalidate: 60, tags: ["bench-aggregate", "benchmarks"] }, );