Skip to content

Commit 8ff09b8

Browse files
authored
Update polling interval to 5 minutes
Changed polling interval from 60 seconds to 5 minutes.
1 parent 42754e5 commit 8ff09b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodemgr.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ <h2>🔗 Collaboration Settings</h2>
565565
} catch (e) {
566566
// Silent fail on polling
567567
}
568-
}, 60000); // Poll every 60 seconds
568+
}, 300000); // Poll every 5 minutes
569569

570570
if (document.readyState === 'loading') {
571571
document.addEventListener('DOMContentLoaded', initialize);

0 commit comments

Comments
 (0)