fix: cache

This commit is contained in:
hamster1963 2024-11-29 21:53:11 +08:00
parent 4c68cf8ea6
commit 7c8d3c81b0

View File

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