fix: cache

This commit is contained in:
hamster1963 2024-11-29 21:53:11 +08:00
parent 2d4b32491a
commit 05c8b17abc

View File

@ -101,7 +101,7 @@ export async function GetServerMonitor({ server_id }: { server_id: number }) {
Authorization: getEnv("NezhaAuth") as string, Authorization: getEnv("NezhaAuth") as string,
}, },
next: { next: {
revalidate: 30, revalidate: 0,
}, },
}, },
); );