removed testing time interval

This commit is contained in:
Tony Yang 2019-06-02 03:33:31 +08:00
parent 348170529a
commit a9a71045c0
Signed by: t510599
GPG Key ID: D88388851C28715D

View File

@ -53,7 +53,7 @@ function fetchNotificationCount() {
window.addEventListener('load', function () { window.addEventListener('load', function () {
fetchNotificationCount(); 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() { function fetchNotification() {
axios.request({ axios.request({