We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a48c59 commit f6c2914Copy full SHA for f6c2914
packages/open-next/src/overrides/incrementalCache/multi-tier-ddb-s3.ts
@@ -1,7 +1,7 @@
1
import type { CacheValue, IncrementalCache } from "types/overrides";
2
-import S3Cache, { getAwsClient } from "./s3-lite";
3
import { customFetchClient } from "utils/fetch";
4
import { debug } from "../../adapters/logger";
+import S3Cache, { getAwsClient } from "./s3-lite";
5
6
// TTL for the local cache in milliseconds
7
const localCacheTTL = process.env.OPEN_NEXT_LOCAL_CACHE_TTL
0 commit comments