mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: adjust session token refresh and caching intervals to 1 minute for improved performance
This commit is contained in:
parent
c194114bfc
commit
887046203e
2 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue