Skip to content

Commit

Permalink
fix: cache
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Nov 29, 2024
1 parent 2d4b324 commit 05c8b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/serverFetch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export async function GetServerMonitor({ server_id }: { server_id: number }) {
Authorization: getEnv("NezhaAuth") as string,
},
next: {
revalidate: 30,
revalidate: 0,
},
},
);
Expand Down

0 comments on commit 05c8b17

Please sign in to comment.