removed testing time interval
This commit is contained in:
parent
348170529a
commit
a9a71045c0
@ -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({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user