diff --git a/interface/app/$libraryId/Layout/index.tsx b/interface/app/$libraryId/Layout/index.tsx index 3e177b07c..dd9e76c83 100644 --- a/interface/app/$libraryId/Layout/index.tsx +++ b/interface/app/$libraryId/Layout/index.tsx @@ -153,7 +153,7 @@ function usePlausible() { useEffect(() => { const interval = setInterval(() => { plausibleEvent({ event: { type: 'ping' } }); - }, 270 * 1000); + }, 600 * 1000); // 10 minutes return () => clearInterval(interval); }, [plausibleEvent]);