fix: adjust session token refresh and caching intervals to 1 minute for improved performance

This commit is contained in:
swve 2025-08-09 10:10:52 +02:00
parent c194114bfc
commit 887046203e
2 changed files with 6 additions and 6 deletions

View file

@ -22,7 +22,7 @@ export default function RootLayout({
<head />
<body>
{isDevEnv ? '' : <Script data-website-id="a1af6d7a-9286-4a1f-8385-ddad2a29fcbb" src="/umami/script.js" />}
<SessionProvider key="session-provider">
<SessionProvider key="session-provider" refetchInterval={60000}>
<LHSessionProvider>
<StyledComponentsRegistry>
<motion.main