mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-19 05:45:01 -04:00
@@ -153,7 +153,7 @@ function usePlausible() {
|
||||
useEffect(() => {
|
||||
const interval = setInterval(() => {
|
||||
plausibleEvent({ event: { type: 'ping' } });
|
||||
}, 270 * 1000);
|
||||
}, 600 * 1000); // 10 minutes
|
||||
|
||||
return () => clearInterval(interval);
|
||||
}, [plausibleEvent]);
|
||||
|
||||
Reference in New Issue
Block a user