mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-16 22:43:19 +00:00
PHRAS-3078 : use end session = 60000
This commit is contained in:
@@ -450,7 +450,7 @@
|
||||
if (data) {
|
||||
commonModule.manageSession(data);
|
||||
}
|
||||
window.setTimeout("pollNotifications();", 10000);
|
||||
window.setTimeout("pollNotifications();", 60000);
|
||||
return;
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user