mirror of
https://github.com/nasa/openmct.git
synced 2025-06-15 21:58:13 +00:00
[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.
|
// Update the indicator initially, and start polling.
|
||||||
updateIndicator();
|
updateIndicator();
|
||||||
$interval(updateIndicator, interval, false);
|
$interval(updateIndicator, interval, 0, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
ElasticIndicator.prototype.getGlyph = function () {
|
ElasticIndicator.prototype.getGlyph = function () {
|
||||||
|
Reference in New Issue
Block a user