mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-04 21:39:49 +00:00
Refac reduce notification interval from 500 to 1000 #912
This commit is contained in:
@@ -40,7 +40,7 @@ const Notifications = ({
|
|||||||
}
|
}
|
||||||
|
|
||||||
setNotificationResponse(notifications);
|
setNotificationResponse(notifications);
|
||||||
}, 500);
|
}, 1000);
|
||||||
|
|
||||||
return () => {
|
return () => {
|
||||||
clearInterval(intervalId);
|
clearInterval(intervalId);
|
||||||
|
|||||||
Reference in New Issue
Block a user