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() {
33613361 updateReceivers ( response ) ;
33623362 } ,
33633363 complete : function ( request , textStatus ) {
3364- periodical_receivers = setTimeout ( function ( ) { refreshReceivers ( false ) } , 60 * 5 * 1000 ) ;
3364+ periodical_receivers = setTimeout ( function ( ) { refreshReceivers ( false ) } , 60 * 10 * 1000 ) ;
33653365 if ( ! offline . get ( "opt_hide_chase" ) ) {
33663366 refreshNewReceivers ( true ) ;
33673367 }
@@ -3395,7 +3395,7 @@ function refreshNewReceivers(initial, serial) {
33953395 } ,
33963396 complete : function ( request , textStatus ) {
33973397 if ( typeof serial === 'undefined' ) {
3398- periodical_listeners = setTimeout ( function ( ) { refreshNewReceivers ( false ) } , 30 * 1000 ) ;
3398+ periodical_listeners = setTimeout ( function ( ) { refreshNewReceivers ( false ) } , 60 * 1000 ) ;
33993399 }
34003400 }
34013401 } ) ;
You can’t perform that action at this time.
0 commit comments