File tree Expand file tree Collapse file tree
frontend/express/public/core/events/javascripts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 305305 "method" : "top_events" ,
306306 "period" : "30days" ,
307307 "filter" : filter ,
308- "limit" : limit
308+ "limit" : limit ,
309+ "preventRequestAbort" : true
309310 } ,
310311 dataType : "json" ,
311- } , { "disableAutoCatch" : true } ) ; //to be able to see if discarded
312+ } , {
313+ "disableAutoCatch" : true ,
314+ } ) ; //to be able to see if discarded
312315 } ,
313316 fetchMonitorEvents : function ( context , period ) {
314317 return CV . $ . ajax ( {
Original file line number Diff line number Diff line change 466466 self . calculateAllData ( ) ;
467467 self . isLoading = false ;
468468 }
469- else {
470- setTimeout ( self . refresh ( ) , 1000 ) ; //we have nothing retry.
471- }
472469 }
473470 else {
474471 this . $root . $emit ( "cly-error" , { message : errored } ) ; //show error
515512 component : EventsHomeWidget
516513 } ) ;
517514
518- } ) ( ) ;
515+ } ) ( ) ;
You can’t perform that action at this time.
0 commit comments