mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
fix: cache
This commit is contained in:
parent
2d4b32491a
commit
05c8b17abc
@ -101,7 +101,7 @@ export async function GetServerMonitor({ server_id }: { server_id: number }) {
|
||||
Authorization: getEnv("NezhaAuth") as string,
|
||||
},
|
||||
next: {
|
||||
revalidate: 30,
|
||||
revalidate: 0,
|
||||
},
|
||||
},
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user