Compare commits

..

1 commit

Author SHA1 Message Date
Ericson "Fogo" Soares f4413a4dc3
Merge cee3389eb7 into 4735adcb66 2024-06-26 18:02:04 -03:00

View file

@ -153,7 +153,7 @@ function usePlausible() {
useEffect(() => {
const interval = setInterval(() => {
plausibleEvent({ event: { type: 'ping' } });
}, 600 * 1000); // 10 minutes
}, 270 * 1000);
return () => clearInterval(interval);
}, [plausibleEvent]);