We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d797879 commit 6be28f7Copy full SHA for 6be28f7
src/pages/credits.tsx
@@ -6,7 +6,7 @@ import type { GetStaticProps, NextPage, InferGetStaticPropsType } from 'next';
6
7
export const getStaticProps = (async () => {
8
const res = await fetch('https://translate-credits.stats.fm', {
9
- signal: AbortSignal.timeout(5_000),
+ signal: AbortSignal.timeout(60_000),
10
});
11
const translatorCredits = (await res.json()) as {
12
id: number;
0 commit comments