Job detail page refactor

Added an event queue, allowing the UI to process events as fast as it can and hopefully not get overwhelmed by the API.
This commit is contained in:
Chris Houseknecht 2014-06-13 16:43:03 -04:00
parent e6bba3ed48
commit e2aa7be9ce

View File

@ -68,7 +68,7 @@ function($log, UpdatePlayStatus, UpdateHostStatus, AddHostResult, SelectPlay, Se
scope.$emit('ProcessEvent', event[0]);
}
}
}, 2000);
}, 500);
}
});