diff --git a/src/components/backgrounds/BackgroundRenderer.tsx b/src/components/backgrounds/BackgroundRenderer.tsx index 36d6419..17137b6 100644 --- a/src/components/backgrounds/BackgroundRenderer.tsx +++ b/src/components/backgrounds/BackgroundRenderer.tsx @@ -54,8 +54,8 @@ export function BackgroundRenderer() { return result; }, initialData: getCachedConfig() ?? undefined, - staleTime: 60_000, - refetchOnWindowFocus: false, + initialDataUpdatedAt: 0, + staleTime: 30_000, }); const effectiveConfig = config ?? DEFAULT_ANIMATION_CONFIG;