We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0fb14f commit ca6c779Copy full SHA for ca6c779
js/tracker.js
@@ -3395,7 +3395,7 @@ function refreshNewReceivers(initial, serial) {
3395
},
3396
complete: function(request, textStatus) {
3397
if (typeof serial === 'undefined') {
3398
- periodical_listeners = setTimeout(function() {refreshNewReceivers(false)}, 30 * 1000);
+ periodical_listeners = setTimeout(function() {refreshNewReceivers(false)}, 60 * 1000);
3399
}
3400
3401
});
0 commit comments