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 3c492b3 commit 6a9d7a2Copy full SHA for 6a9d7a2
1 file changed
server/api/registry/file/[...pkg].get.ts
@@ -6,7 +6,7 @@ import {
6
ERROR_PACKAGE_VERSION_AND_FILE_FAILED,
7
} from '#shared/utils/constants'
8
9
-const CACHE_VERSION = 2
+const CACHE_VERSION = 3
10
11
// Maximum file size to fetch and highlight (500KB)
12
const MAX_FILE_SIZE = 500 * 1024
0 commit comments