Skip to content

Commit 003d374

Browse files
Update handlers.js
1 parent 1bca809 commit 003d374

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/handlers.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,10 +186,10 @@ export async function handleFileList(request, env, ctx) {
186186
headers: {
187187
...corsHeaders,
188188
"Content-Type": "application/xml",
189-
"Cache-Control": "public, max-age=604800"
189+
// "Cache-Control": "public, max-age=604800"
190190
},
191191
});
192-
ctx.waitUntil(cache.put(cacheKey, response.clone()));
192+
// ctx.waitUntil(cache.put(cacheKey, response.clone()));
193193
return response;
194194
}
195195

0 commit comments

Comments
 (0)