[Performance] Don't invoke apply from indicator
Don't invoke apply while polling from ElasticSearch indicator; let the corresponding request trigger this.
This commit is contained in:
@@ -80,7 +80,7 @@ define(
|
||||
|
||||
// Update the indicator initially, and start polling.
|
||||
updateIndicator();
|
||||
$interval(updateIndicator, interval, false);
|
||||
$interval(updateIndicator, interval, 0, false);
|
||||
}
|
||||
|
||||
ElasticIndicator.prototype.getGlyph = function () {
|
||||
|
||||
Reference in New Issue
Block a user