Skip to content

Commit 6a9d7a2

Browse files
committed
fix: bump cache version
1 parent 3c492b3 commit 6a9d7a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/api/registry/file/[...pkg].get.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
ERROR_PACKAGE_VERSION_AND_FILE_FAILED,
77
} from '#shared/utils/constants'
88

9-
const CACHE_VERSION = 2
9+
const CACHE_VERSION = 3
1010

1111
// Maximum file size to fetch and highlight (500KB)
1212
const MAX_FILE_SIZE = 500 * 1024

0 commit comments

Comments
 (0)