mirror of
https://github.com/nasa/openmct.git
synced 2025-04-21 01:21:19 +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:
parent
0f56fd2561
commit
3e7bc2f37f
@ -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 () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user