PHRAS-3078 : use end session = 60000

This commit is contained in:
Harrys Ravalomanana
2020-07-21 17:30:14 +04:00
parent 92b66c3eed
commit cda5356e78

View File

@@ -450,7 +450,7 @@
if (data) {
commonModule.manageSession(data);
}
window.setTimeout("pollNotifications();", 10000);
window.setTimeout("pollNotifications();", 60000);
return;
}
});