diff --git a/lib/serverFetch.tsx b/lib/serverFetch.tsx index 5663c63..cbb71fd 100644 --- a/lib/serverFetch.tsx +++ b/lib/serverFetch.tsx @@ -101,7 +101,7 @@ export async function GetServerMonitor({ server_id }: { server_id: number }) { Authorization: getEnv("NezhaAuth") as string, }, next: { - revalidate: 30, + revalidate: 0, }, }, );