Open jbust23 opened 3 years ago
The OpenMCT Adaptation does not support query by batching. Browsers limit queries to 6 at a time, so any plot or group of plots with 6+ channels will be blocked waiting for previous channel returns. Typical batching parameters look like this:
domainObject.dict, options.strategy, options.size, options.start, options.end, options.domain
Each option represents a unique type of query in MCT that may be batched with other queries.
It is an issue with the AIT_integration.js rather than OpenMCT itself.
Original ticket reference: https://github.com/NASA-AMMOS/AIT-GUI/issues/209
The OpenMCT Adaptation does not support query by batching. Browsers limit queries to 6 at a time, so any plot or group of plots with 6+ channels will be blocked waiting for previous channel returns. Typical batching parameters look like this:
Each option represents a unique type of query in MCT that may be batched with other queries.