diff --git a/include/js/notification.js b/include/js/notification.js index a07458d..c414d21 100644 --- a/include/js/notification.js +++ b/include/js/notification.js @@ -53,7 +53,7 @@ function fetchNotificationCount() { window.addEventListener('load', function () { fetchNotificationCount(); }); -var notificationFetchTimer = setInterval(fetchNotificationCount, 1 * 5 * 1000); // fetch notification count every 1 minute +var notificationFetchTimer = setInterval(fetchNotificationCount, 1 * 60 * 1000); // fetch notification count every 1 minute function fetchNotification() { axios.request({