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 2f9daec commit bfcd4b1Copy full SHA for bfcd4b1
frontend/src/api/storage.tsx
@@ -58,7 +58,7 @@ async function query(
58
throw new Error("Skip bucket check");
59
}
60
const fileName = apiPath.replace("?", ".").replace("&", ".");
61
- const res = await fetch(`${BUCKET_URL}${fileName}?t=${Date.now()}`, {
+ const res = await fetch(`${BUCKET_URL}${fileName}?t=${Date.now() / 1000 / 60}`, {
62
next: { revalidate: 0 },
63
headers: {
64
"Cache-Control": "no-cache",
0 commit comments