From a9a71045c0f21f09c4d9e4dbf69527e56fe7ed4b Mon Sep 17 00:00:00 2001 From: Tony Yang Date: Sun, 2 Jun 2019 03:33:31 +0800 Subject: [PATCH] removed testing time interval --- include/js/notification.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({