@@ -9,7 +9,8 @@
(() => {
'use strict';
- setInterval(() => {
+ if(window._lact_updater) clearTimeout(window._lact_updater);
+ window._lact_updater = setInterval(() => {
window._lact = Date.now();
}, 300000);
})();