File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3361,7 +3361,7 @@ function refreshReceivers() {
3361
3361
updateReceivers ( response ) ;
3362
3362
} ,
3363
3363
complete : function ( request , textStatus ) {
3364
- periodical_receivers = setTimeout ( function ( ) { refreshReceivers ( false ) } , 60 * 5 * 1000 ) ;
3364
+ periodical_receivers = setTimeout ( function ( ) { refreshReceivers ( false ) } , 60 * 10 * 1000 ) ;
3365
3365
if ( ! offline . get ( "opt_hide_chase" ) ) {
3366
3366
refreshNewReceivers ( true ) ;
3367
3367
}
@@ -3395,7 +3395,7 @@ function refreshNewReceivers(initial, serial) {
3395
3395
} ,
3396
3396
complete : function ( request , textStatus ) {
3397
3397
if ( typeof serial === 'undefined' ) {
3398
- periodical_listeners = setTimeout ( function ( ) { refreshNewReceivers ( false ) } , 30 * 1000 ) ;
3398
+ periodical_listeners = setTimeout ( function ( ) { refreshNewReceivers ( false ) } , 60 * 1000 ) ;
3399
3399
}
3400
3400
}
3401
3401
} ) ;
You can’t perform that action at this time.
0 commit comments