Openstatus www.openstatus.dev
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ› cache (#893)

authored by

Thibault Le Ouay and committed by
GitHub
f8670b75 f1753df8

+1
+1
apps/web/src/app/app/[workspaceSlug]/(dashboard)/monitors/(overview)/layout.tsx
··· 8 8 9 9 export const revalidate = 0; // revalidate the data at most every hour 10 10 export const dynamic = "force-dynamic"; 11 + export const fetchCache = "force-no-store"; 11 12 12 13 export default async function Layout({ children }: { children: ReactNode }) { 13 14 const isLimitReached = await api.monitor.isMonitorLimitReached.query();