removed testing time interval

This commit is contained in:
Tony Yang
2019-06-02 03:33:31 +08:00
parent 348170529a
commit a9a71045c0

View File

@@ -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({