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