1
0
mirror of https://github.com/osmarks/website synced 2025-09-12 15:25:58 +00:00

change things, images

This commit is contained in:
2022-11-23 16:58:50 +00:00
parent d0feda98e1
commit 568248177b
45 changed files with 420 additions and 15 deletions

View File

@@ -71,7 +71,7 @@ const getResponse = async req => {
}
try {
console.log("Requesting", req.url)
const response = await fetchWithTimeout(req.clone(), 5000)
const response = await fetchWithTimeout(req.clone(), 10000)
if (response.status < 400) {
console.log("Caching request to", req.url)
cache.put(req, response.clone())