···1515 // "better-sqlite3"
1616 ],
1717 optimizePackageImports: ["@tremor/react"],
1818+ /**
1919+ * The default stale revalidate time for SWR requests is 1year.
2020+ * We can't rely on the default because the status pages will always return the
2121+ * STALE data before revalidate.
2222+ * @link https://nextjs.org/docs/app/api-reference/next-config-js/swrDelta
2323+ */
2424+ swrDelta: 120,
1825 },
1926 logging: {
2027 fetches: {