Refac reduce notification interval from 500 to 1000 #912

This commit is contained in:
MerlinScheurer
2025-03-28 11:58:27 +01:00
parent 96b55bf9d5
commit 7b26a01063

View File

@@ -40,7 +40,7 @@ const Notifications = ({
} }
setNotificationResponse(notifications); setNotificationResponse(notifications);
}, 500); }, 1000);
return () => { return () => {
clearInterval(intervalId); clearInterval(intervalId);