fix: 修复最大缓存文件大小设置,确保缓存管理正常

This commit is contained in:
2026-01-15 00:00:11 +07:00
parent 31f01852ad
commit 60c2adadda

View File

@@ -76,6 +76,7 @@ export default defineConfig({
cleanupOutdatedCaches: true,
clientsClaim: true,
skipWaiting: true,
maximumFileSizeToCacheInBytes: 100 * 1024 * 1024, // 100 MB
},
}),
// basicSsl(),