[Summary] By filtering redundant notifications which provoke heavy calls during tracks i/o reconnection, performance of the operations that require the reconnection was increased UP TO 60%.

This commit is contained in:
GZharun 2014-08-06 12:27:23 +03:00
parent 4180c8d5fd
commit be91679fea
2 changed files with 2 additions and 1 deletions

View file

@ -1928,7 +1928,7 @@ void
RouteTimeAxisView::io_changed (IOChange /*change*/, void */*src*/)
{
reset_meter ();
if (_route && !no_redraw) {
if (_route && !no_redraw && !_session->reconnection_in_progress() ) {
request_redraw ();
}
}